Skip to content

Commit d16cbf8

Browse files
Mark interconnect edge availability domain as computed (#3538) (#2084)
Signed-off-by: Modular Magician <[email protected]>
1 parent d015a05 commit d16cbf8

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.changelog/3538.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:bug
2+
compute: Fixed `google_compute_interconnect_attachment` `edge_availability_domain` diff when the field is unspecified
3+
```

google-beta/resource_compute_interconnect_attachment.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ Google will randomly select an unused /29 from all of link-local space.`,
126126
},
127127
"edge_availability_domain": {
128128
Type: schema.TypeString,
129+
Computed: true,
129130
Optional: true,
130131
ForceNew: true,
131132
Description: `Desired availability domain for the attachment. Only available for type

0 commit comments

Comments
 (0)