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) (#12982)

* 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

Signed-off-by: Modular Magician <magic-modules@google.com>

Signed-off-by: Modular Magician <magic-modules@google.com>
  • Loading branch information
modular-magician committed Nov 8, 2022
1 parent ca5ebf2 commit e02e98c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .changelog/6747.txt
@@ -0,0 +1,3 @@
```release-note:bug
appengine: Fixed permadiff on serviceaccount for 'google_app_engine_flexible_app_version'
```
1 change: 1 addition & 0 deletions google/resource_app_engine_flexible_app_version.go
Expand Up @@ -803,6 +803,7 @@ Substitute '<language>' with 'python', 'java', 'php', 'ruby', 'go' or 'nodejs'.`
},
"service_account": {
Type: schema.TypeString,
Computed: true,
Optional: true,
Description: `The identity that the deployed version will run as. Admin API will use the App Engine Appspot service account as
default if this field is neither provided in app.yaml file nor through CLI flag.`,
Expand Down

0 comments on commit e02e98c

Please sign in to comment.