mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Merge pull request #11646 from danawillow/google-subnetwork
provider/google: set subnetwork_project to computed
This commit is contained in:
commit
d8e4f9545f
@ -207,6 +207,7 @@ func resourceComputeInstanceTemplate() *schema.Resource {
|
||||
Type: schema.TypeString,
|
||||
Optional: true,
|
||||
ForceNew: true,
|
||||
Computed: true,
|
||||
},
|
||||
|
||||
"access_config": &schema.Schema{
|
||||
|
Loading…
Reference in New Issue
Block a user