Skip to content

Commit

Permalink
fix(DMVP-3211): Fixed test files
Browse files Browse the repository at this point in the history
  • Loading branch information
viktoryathegreat committed Dec 25, 2023
1 parent 6f1caaf commit 0695b15
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/basic/1-example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,8 @@ module "basic" {
}

# enable_olm = true
alarms = {
enabled = false
sns_topic = ""
}
}
4 changes: 4 additions & 0 deletions tests/eks-fluent-bit/1-example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,8 @@ module "this" {
"liveness"
]
}
alarms = {
enabled = false
sns_topic = ""
}
}
5 changes: 5 additions & 0 deletions tests/eks-with-adot/1-example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,9 @@ module "basic" {
"kube_deployment_spec_replicas",
"kube_deployment_status_replicas_available"
]

alarms = {
enabled = false
sns_topic = ""
}
}

0 comments on commit 0695b15

Please sign in to comment.