Skip to content

Commit 9dc06de

Browse files
committed
Remove unnecessary try
1 parent 0b3665e commit 9dc06de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The module has been tested with:
2323

2424
| Name | Version |
2525
|------|---------|
26-
| <a name="provider_aws"></a> [aws](#provider\_aws) | 5.87.0 |
26+
| <a name="provider_aws"></a> [aws](#provider\_aws) | 5.88.0 |
2727

2828
## Modules
2929

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ module "operator" {
9393

9494
namespace = var.namespace
9595
environment = var.environment
96-
operator_version = try(var.operator_version, null)
96+
operator_version = var.operator_version
9797
operator_namespace = var.operator_namespace
9898

9999
helm_values = local.merged_helm_values

0 commit comments

Comments
 (0)