Skip to content

Commit 7a690b8

Browse files
committed
fix: INFR-4719 add module_variable_optional_attrs to backfill tf version
1 parent 5723346 commit 7a690b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

versions.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
terraform {
22
required_version = ">= 1.0"
3+
experiments = [module_variable_optional_attrs]
34

45
required_providers {
56
aws = {

0 commit comments

Comments
 (0)