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 0b3665e commit 9dc06deCopy full SHA for 9dc06de
README.md
@@ -23,7 +23,7 @@ The module has been tested with:
23
24
| Name | Version |
25
|------|---------|
26
-| <a name="provider_aws"></a> [aws](#provider\_aws) | 5.87.0 |
+| <a name="provider_aws"></a> [aws](#provider\_aws) | 5.88.0 |
27
28
## Modules
29
main.tf
@@ -93,7 +93,7 @@ module "operator" {
93
94
namespace = var.namespace
95
environment = var.environment
96
- operator_version = try(var.operator_version, null)
+ operator_version = var.operator_version
97
operator_namespace = var.operator_namespace
98
99
helm_values = local.merged_helm_values
0 commit comments