Skip to content

Commit 841f852

Browse files
committed
Fix bug in output
1 parent a040003 commit 841f852

File tree

1 file changed

+1
-1
lines changed
  • modules/ssm-parameter-store-parameter-set

1 file changed

+1
-1
lines changed

modules/ssm-parameter-store-parameter-set/outputs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ output "parameters" {
1818
data_type = parameter.data_type
1919
allowed_pattern = parameter.allowed_pattern
2020

21-
value = parameter.insecure_value
21+
value = parameter.value
2222
version = parameter.version
2323
}
2424
}

0 commit comments

Comments
 (0)