Skip to content

Commit

Permalink
CloudComposerV2 supports network tags now (GoogleCloudPlatform#7156)
Browse files Browse the repository at this point in the history
  • Loading branch information
averbuks authored and ericayyliu committed Jul 26, 2023
1 parent 52d64e5 commit 2321b78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ func resourceComposerEnvironment() *schema.Resource {
Type: schema.TypeString,
},
Set: schema.HashString,
Description: `The list of instance tags applied to all node VMs. Tags are used to identify valid sources or targets for network firewalls. Each tag within the list must comply with RFC1035. Cannot be updated. This field is supported for Cloud Composer environments in versions composer-1.*.*-airflow-*.*.*.`,
Description: `The list of instance tags applied to all node VMs. Tags are used to identify valid sources or targets for network firewalls. Each tag within the list must comply with RFC1035. Cannot be updated.`,
},
"ip_allocation_policy": {
Type: schema.TypeList,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ The following arguments are supported:
for any GCP resources created under the Cloud Composer Environment.

* `tags` -
(Optional, Cloud Composer 1 only)
(Optional)
The list of instance tags applied to all node VMs. Tags are
used to identify valid sources or targets for network
firewalls. Each tag within the list must comply with RFC1035.
Expand Down

0 comments on commit 2321b78

Please sign in to comment.