Skip to content

Commit e59c210

Browse files
Mark vpc access connector network as computed (#5886) (#11469)
Signed-off-by: Modular Magician <[email protected]>
1 parent 1674eee commit e59c210

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.changelog/5886.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:bug
2+
vpcaccess: fixed an issue where `google_vpc_access_connector` would be repeatedly recreated when `network` was not specified
3+
```

google/resource_vpc_access_connector.go

+1
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ func resourceVPCAccessConnector() *schema.Resource {
7171
},
7272
"network": {
7373
Type: schema.TypeString,
74+
Computed: true,
7475
Optional: true,
7576
ForceNew: true,
7677
DiffSuppressFunc: compareResourceNames,

0 commit comments

Comments
 (0)