Skip to content

Commit 0412fe9

Browse files
CloudComposerV2 supports network tags now (#7156) (#5132)
Signed-off-by: Modular Magician <[email protected]> Signed-off-by: Modular Magician <[email protected]>
1 parent d8f940f commit 0412fe9

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.changelog/7156.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:none
2+
3+
```

google-beta/resource_composer_environment.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ func resourceComposerEnvironment() *schema.Resource {
270270
Type: schema.TypeString,
271271
},
272272
Set: schema.HashString,
273-
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-*.*.*.`,
273+
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.`,
274274
},
275275
"ip_allocation_policy": {
276276
Type: schema.TypeList,

website/docs/r/composer_environment.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ The following arguments are supported:
376376
for any GCP resources created under the Cloud Composer Environment.
377377

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

0 commit comments

Comments
 (0)