Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

adds scaling properties to appengine standard version #386

Conversation

modular-magician
Copy link
Owner

Release Note Template for Downstream PRs (will be copied)

appengine: Added `automatic_scaling` `basic_scaling` and `manual_scaling` to `google_app_engine_standard_app_version`

This adds automaticScaling, basicScaling, and manualScaling properties to AppEngine Standard. These are similar to the scaling properties that already existed on AppEngine Flexible, but there are some notable differences. Based on the Google API documentation and trying all properties, I've removed all the properties that are not allowed for AppEngine Standard as we have different resources for AppEngine Standard and AppEngine Flex.

I have also marked deployment as required for AppEngine Standard. I couldn't find a reason in the commit history why this was marked as not required, and testing has shown that omitting the deployment throws a 400.

Derived from GoogleCloudPlatform/magic-modules#3373

* adds scaling properties to appengine standard version

* use optional scaling properties

as it defaults to automaticScaling

* cover all automatic_scaling properties during test

* update test for standard appengine version

Signed-off-by: Modular Magician <[email protected]>
@modular-magician modular-magician merged commit 0c553ce into master Apr 23, 2020
slevenick pushed a commit that referenced this pull request May 5, 2020
* adds scaling properties to appengine standard version

* use optional scaling properties

as it defaults to automaticScaling

* cover all automatic_scaling properties during test

* update test for standard appengine version

Signed-off-by: Modular Magician <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant