Forráskód Böngészése

Updates sensu-config to latest version

Brad Poulton 4 éve
szülő
commit
53e9170251

+ 7 - 4
prod/aws-us-gov/mdr-prod-c2/096-sensu-configuration/README.md

@@ -2,6 +2,12 @@
 
 To use the TF Sensu provider set the password via a env variable. The username is static in terragrunt.hcl. The password is located at engineering/sensu/sensu-prod/admin
 
+in one line to apply:
+```
+SENSU_PASSWORD=blah terragrunt apply
+```
+
+OR...
 ```
 SENSU_PASSWORD=
 echo $SENSU_PASSWORD
@@ -13,8 +19,5 @@ e!password
 
 `export SENSU_PASSWORD=e\!password`
 
-Or, in one line to apply:
-```
-SENSU_PASSWORD=blah terragrunt apply
-```
+
 

+ 1 - 1
prod/aws-us-gov/mdr-prod-c2/096-sensu-configuration/terragrunt.hcl

@@ -13,7 +13,7 @@ locals {
 # working directory, into a temporary folder, and execute your Terraform commands in that folder.
 terraform {
   # Double slash is intentional and required to show root of modules
-  source = "git@github.xdr.accenturefederalcyber.com:mdr-engineering/xdr-terraform-modules.git//base/sensu-configuration?ref=v1.24.17"
+  source = "git@github.xdr.accenturefederalcyber.com:mdr-engineering/xdr-terraform-modules.git//base/sensu-configuration?ref=v2.0.2"
 
 }
 

+ 1 - 1
test/aws-us-gov/mdr-test-c2/096-sensu-configuration/terragrunt.hcl

@@ -13,7 +13,7 @@ locals {
 # working directory, into a temporary folder, and execute your Terraform commands in that folder.
 terraform {
   # Double slash is intentional and required to show root of modules
-  source = "git@github.xdr.accenturefederalcyber.com:mdr-engineering/xdr-terraform-modules.git//base/sensu-configuration?ref=v1.24.17"
+  source = "git@github.xdr.accenturefederalcyber.com:mdr-engineering/xdr-terraform-modules.git//base/sensu-configuration?ref=v2.0.2"
 }
 
 dependency "vpc-system-services" {