Mark subnetwork field in container cluster as computed (#1061)

* Mark subnetwork field in container cluster as computed

* make fmt
This commit is contained in:
Vincent Roseberry 2018-02-08 10:04:16 -08:00 committed by GitHub
parent e48f247196
commit e8c5266a2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -339,9 +339,11 @@ func resourceContainerCluster() *schema.Resource {
},
"subnetwork": {
Type: schema.TypeString,
Optional: true,
ForceNew: true,
Type: schema.TypeString,
Optional: true,
Computed: true,
ForceNew: true,
DiffSuppressFunc: compareSelfLinkOrResourceName,
},
"endpoint": {