Skip to content

Commit 8971621

Browse files
committed
Add 1.5.0 backend constraints
1 parent 6326c09 commit 8971621

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

image/src/terraform_version/backend_constraints.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1004,6 +1004,23 @@
10041004
"skip_table_creation": [
10051005
">=0.14.0"
10061006
]
1007+
},
1008+
"environment_variables": {
1009+
"PG_CONN_STR": [
1010+
">=1.5.0"
1011+
],
1012+
"PG_SCHEMA_NAME": [
1013+
">=1.5.0"
1014+
],
1015+
"PG_SKIP_SCHEMA_CREATION": [
1016+
">=1.5.0"
1017+
],
1018+
"PG_SKIP_TABLE_CREATION": [
1019+
">=1.5.0"
1020+
],
1021+
"PG_SKIP_INDEX_CREATION": [
1022+
">=1.5.0"
1023+
]
10071024
}
10081025
},
10091026
"s3": {

0 commit comments

Comments
 (0)