We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1718499 commit 0fdabdfCopy full SHA for 0fdabdf
2 files changed
terraform/canary/main.tf
@@ -59,7 +59,7 @@ module "ec2_setup" {
59
# install cwagent
60
install_cwagent = false
61
62
- patch = true
+ patch = var.patch
63
64
ssm_package_name = "AWSDistroOTel-Collector"
65
install_package_source = var.install_package_source
terraform/canary/variables.tf
@@ -61,3 +61,8 @@ variable "enable_ssm_validate" {
type = bool
default = false
}
+
+variable "patch" {
66
+ type = bool
67
+ default = true
68
+}
0 commit comments