Skip to content

Commit 5ecd724

Browse files
authorized_network set as a computed field (#4395) (#2896)
Signed-off-by: Modular Magician <[email protected]>
1 parent abeecbe commit 5ecd724

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.changelog/4395.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
```release-note:bug
2+
memcached: fixed an issue where `google_memcache_instance` would show a diff when authorized_network was unspecified
3+
4+
```

google-beta/resource_memcache_instance.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ func resourceMemcacheInstance() *schema.Resource {
7878
},
7979
"authorized_network": {
8080
Type: schema.TypeString,
81+
Computed: true,
8182
Optional: true,
8283
ForceNew: true,
8384
Description: `The full name of the GCE network to connect the instance to. If not provided,

0 commit comments

Comments
 (0)