Skip to content

Commit

Permalink
remove tf experimental feature
Browse files Browse the repository at this point in the history
  • Loading branch information
ianic committed Oct 3, 2022
1 parent 9c03a61 commit f5d3b09
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
4 changes: 0 additions & 4 deletions node/terraform/modules/api/main.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
terraform {
experiments = [module_variable_optional_attrs]
}

locals {
domains = {
http = trim("${var.custom_domain.http_subdomain}.${var.custom_domain.domain_name}", ".")
Expand Down
4 changes: 0 additions & 4 deletions node/terraform/modules/http-api/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,3 @@ locals {
}
) }
}

terraform {
experiments = [module_variable_optional_attrs]
}
4 changes: 0 additions & 4 deletions node/terraform/modules/params/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ locals {
}
}

terraform {
experiments = [module_variable_optional_attrs]
}

resource "aws_ssm_parameter" "param" {
for_each = local.params
name = "${var.path_prefix}/${each.value.name}"
Expand Down

0 comments on commit f5d3b09

Please sign in to comment.