We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6326c09 commit 8971621Copy full SHA for 8971621
image/src/terraform_version/backend_constraints.json
@@ -1004,6 +1004,23 @@
1004
"skip_table_creation": [
1005
">=0.14.0"
1006
]
1007
+ },
1008
+ "environment_variables": {
1009
+ "PG_CONN_STR": [
1010
+ ">=1.5.0"
1011
+ ],
1012
+ "PG_SCHEMA_NAME": [
1013
1014
1015
+ "PG_SKIP_SCHEMA_CREATION": [
1016
1017
1018
+ "PG_SKIP_TABLE_CREATION": [
1019
1020
1021
+ "PG_SKIP_INDEX_CREATION": [
1022
1023
+ ]
1024
}
1025
},
1026
"s3": {
0 commit comments