Skip to content

Commit 943d9d6

Browse files
dilnazanlidDilnaz
andauthored
Cloud Composer - add new XL environment size (#15586)
Co-authored-by: Dilnaz <[email protected]>
1 parent 864cf8d commit 943d9d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mmv1/third_party/terraform/services/composer/resource_composer_environment.go.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -985,7 +985,7 @@ func ResourceComposerEnvironment() *schema.Resource {
985985
Computed: true,
986986
ForceNew: false,
987987
AtLeastOneOf: composerConfigKeys,
988-
ValidateFunc: validation.StringInSlice([]string{"ENVIRONMENT_SIZE_SMALL", "ENVIRONMENT_SIZE_MEDIUM", "ENVIRONMENT_SIZE_LARGE"}, false),
988+
ValidateFunc: validation.StringInSlice([]string{"ENVIRONMENT_SIZE_SMALL", "ENVIRONMENT_SIZE_MEDIUM", "ENVIRONMENT_SIZE_LARGE", "ENVIRONMENT_SIZE_EXTRA_LARGE"}, false),
989989
Description: `The size of the Cloud Composer environment. This field is supported for Cloud Composer environments in versions composer-2.*.*-airflow-*.*.* and newer.`,
990990
},
991991
"resilience_mode": {

0 commit comments

Comments
 (0)