Skip to content

Commit 3735a7a

Browse files
committed
Update backend constraints
1 parent 8971621 commit 3735a7a

File tree

1 file changed

+90
-4
lines changed

1 file changed

+90
-4
lines changed

image/src/terraform_version/backend_constraints.json

Lines changed: 90 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,12 @@
446446
],
447447
"accelerate": [
448448
">=1.3.0"
449+
],
450+
"endpoint": [
451+
">=1.5.0"
452+
],
453+
"domain": [
454+
">=1.5.0"
449455
]
450456
},
451457
"environment_variables": {
@@ -1117,10 +1123,6 @@
11171123
"skip_region_validation": [
11181124
">=0.11.2"
11191125
],
1120-
"skip_requesting_account_id": [
1121-
">=0.10.8",
1122-
"<=0.12.31"
1123-
],
11241126
"sse_customer_key": [
11251127
">=0.12.8"
11261128
],
@@ -1132,6 +1134,63 @@
11321134
],
11331135
"workspace_key_prefix": [
11341136
">=0.10.0"
1137+
],
1138+
"assume_role": [
1139+
">=1.6.0"
1140+
],
1141+
"endpoints": [
1142+
">=1.6.0"
1143+
],
1144+
"shared_credentials_files": [
1145+
">=1.6.0"
1146+
],
1147+
"use_path_style": [
1148+
">=1.6.0"
1149+
],
1150+
"assume_role_with_web_identity": [
1151+
">=1.6.0"
1152+
],
1153+
"shared_config_files": [
1154+
">=1.6.0"
1155+
],
1156+
"custom_ca_bundle": [
1157+
">=1.6.0"
1158+
],
1159+
"ec2_metadata_service_endpoint": [
1160+
">=1.6.0"
1161+
],
1162+
"ec2_metadata_service_endpoint_mode": [
1163+
">=1.6.0"
1164+
],
1165+
"http_proxy": [
1166+
">=1.6.0"
1167+
],
1168+
"insecure": [
1169+
">=1.6.0"
1170+
],
1171+
"use_fips_endpoint": [
1172+
">=1.6.0"
1173+
],
1174+
"use_dualstack_endpoint": [
1175+
">=1.6.0"
1176+
],
1177+
"sts_region": [
1178+
">=1.6.0"
1179+
],
1180+
"retry_mode": [
1181+
">=1.6.0"
1182+
],
1183+
"allowed_account_ids": [
1184+
">=1.6.0"
1185+
],
1186+
"forbidden_account_ids": [
1187+
">=1.6.0"
1188+
],
1189+
"skip_requesting_account_id": [
1190+
">=1.6.1"
1191+
],
1192+
"skip_s3_checksum_validation": [
1193+
">=1.6.3"
11351194
]
11361195
},
11371196
"environment_variables": {
@@ -1167,6 +1226,33 @@
11671226
],
11681227
"AWS_DYNAMODB_ENDPOINT": [
11691228
">=0.11.14"
1229+
],
1230+
"AWS_ENDPOINT_URL_DYNAMODB": [
1231+
">=1.6.0"
1232+
],
1233+
"AWS_ENDPOINT_URL_IAM": [
1234+
">=1.6.0"
1235+
],
1236+
"AWS_ENDPOINT_URL_S3": [
1237+
">=1.6.0"
1238+
],
1239+
"AWS_ENDPOINT_URL_STS": [
1240+
">=1.6.0"
1241+
],
1242+
"AWS_CONFIG_FILE": [
1243+
">=1.6.0"
1244+
],
1245+
"AWS_SHARED_CREDENTIALS_FILE": [
1246+
">=1.6.0"
1247+
],
1248+
"AWS_CA_BUNDLE": [
1249+
">=1.6.0"
1250+
],
1251+
"AWS_EC2_METADATA_SERVICE_ENDPOINT": [
1252+
">=1.6.0"
1253+
],
1254+
"AWS_EC2_METADATA_SERVICE_ENDPOINT_MODE": [
1255+
">=1.6.0"
11701256
]
11711257
}
11721258
},

0 commit comments

Comments
 (0)