Skip to content

Commit e02e98c

Browse files
Fix google_app_engine_flexible_app_version.service_account permadiff (#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 <[email protected]> Signed-off-by: Modular Magician <[email protected]>
1 parent ca5ebf2 commit e02e98c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.changelog/6747.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:bug
2+
appengine: Fixed permadiff on serviceaccount for 'google_app_engine_flexible_app_version'
3+
```

google/resource_app_engine_flexible_app_version.go

+1
Original file line numberDiff line numberDiff line change
@@ -803,6 +803,7 @@ Substitute '<language>' with 'python', 'java', 'php', 'ruby', 'go' or 'nodejs'.`
803803
},
804804
"service_account": {
805805
Type: schema.TypeString,
806+
Computed: true,
806807
Optional: true,
807808
Description: `The identity that the deployed version will run as. Admin API will use the App Engine Appspot service account as
808809
default if this field is neither provided in app.yaml file nor through CLI flag.`,

0 commit comments

Comments
 (0)