Skip to content

Commit 539b30a

Browse files
Fix occurence of 'GAE' which violates GCP Branding Guidelines (#4213) (#2702)
Signed-off-by: Modular Magician <[email protected]>
1 parent 0fd5c9c commit 539b30a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.changelog/4213.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:none
2+
3+
```

google-beta/resource_sql_database_instance.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ settings.backup_configuration.binary_log_enabled are both set to true.`,
289289
Type: schema.TypeString,
290290
Optional: true,
291291
AtLeastOneOf: []string{"settings.0.location_preference.0.follow_gae_application", "settings.0.location_preference.0.zone"},
292-
Description: `A GAE application whose zone to remain in. Must be in the same region as this instance.`,
292+
Description: `A Google App Engine application whose zone to remain in. Must be in the same region as this instance.`,
293293
},
294294
"zone": {
295295
Type: schema.TypeString,

0 commit comments

Comments
 (0)