Skip to content

Commit

Permalink
Fix google_app_engine_flexible_app_version.service_account permadiff (#…
Browse files Browse the repository at this point in the history
…6747)

* Update compute_security_policy documentation for type field

Documentation updated for the type field to be in sync with the API docs located at https://cloud.google.com/compute/docs/reference/rest/v1/securityPolicies

* Update compute_security_policy documentation for type field

Documentation updated for the 'type' field to be in sync with the API docs located at https://cloud.google.com/compute/docs/reference/rest/v1/securityPolicies

* Add default_from_api:true flag to serviceAccount under FlexibleAppVersion in AppEngine

* Add default_from_api:true flag to serviceAccount under FlexibleAppVersion in AppEngine
  • Loading branch information
NickElliot authored Nov 8, 2022
1 parent 0e4210c commit ed43cce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mmv1/products/appengine/terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ overrides: !ruby/object:Overrides::ResourceOverrides
Environment variables available to the application. As these are not returned
in the API request, Terraform will not detect any changes made outside of the Terraform config.
ignore_read: true
serviceAccount: !ruby/object:Overrides::Terraform::PropertyOverride
default_from_api: true
network.subnetworkName: !ruby/object:Overrides::Terraform::PropertyOverride
name: 'subnetwork'
betaSettings: !ruby/object:Overrides::Terraform::PropertyOverride
Expand Down

0 comments on commit ed43cce

Please sign in to comment.