forked from GoogleCloudPlatform/magic-modules
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run rebase to pull changes from upstream #6
Merged
gfxcc
merged 72 commits into
haydentherapper:master
from
gfxcc:rebase_hayden_for_url_param_only
Dec 6, 2021
Merged
Run rebase to pull changes from upstream #6
gfxcc
merged 72 commits into
haydentherapper:master
from
gfxcc:rebase_hayden_for_url_param_only
Dec 6, 2021
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…_endpoint (GoogleCloudPlatform#5391) * Servicedirectory: add 'network' attribute to endpoint resource. * Update description * Add tests * Delete main.tf
* Add queue_number * Add network queue * Remove update test, add to instance template
* remove send_empty_value for max_ttl * add a test
* Add spotVM for GKE Node Pools Signed-off-by: Alex R <[email protected]> * Add spot test Signed-off-by: Alex R <[email protected]> * Guard for beta only Signed-off-by: Alex R <[email protected]> * Add beta note to docs Signed-off-by: Alex R <[email protected]>
Co-authored-by: Kevin Labesse <[email protected]>
…5452) * Add a guide on authoring tpgtools new resources * Wrong headers * Simplify samples, reorder per PR feedback * PR feedback
* Redis MRR Support * [Bug fix]Add locationId back to instance properties * Update api.yaml * Update redis_instance_mrr.tf.erb * Update api.yaml * Update terraform.yaml * Update api.yaml Co-authored-by: Himani Khanduja <[email protected]>
…atform#5270) * Add support IAM policy for the Environment of Apigee X * Add support IAM policy for the Environment of Apigee X * Add support IAM policy for the Environment of Apigee X * Add support IAM policy for the Environment of Apigee X * Revert all changes to test files. * Revert all changes to test files. * Revert all changes to test files. * Add primary_resource_name to fix tests. * Update iam_attributes.tf.erb to honor skip_test. * Don't reject skip_tests when example is nil. * Update mmv1/products/apigee/api.yaml Co-authored-by: Stephen Lewis (Burrows) <[email protected]> * Fix primary_resource_name for apigee organization name. Co-authored-by: Stephen Lewis (Burrows) <[email protected]>
* Move Cloud Build Worker Pool to GA. Note: this includes some unusual changes due to deviations between the beta and GA APIs. * upgrade dcl. * finish removing version gate. * Use new GA / Beta versions, neither of which is ACL'd.
…ndent services test (GoogleCloudPlatform#5466) * update expected error message for google project service disable dependent services test * use ExpectNonEmptyPlan instead
Co-authored-by: Stephen Lewis (Burrows) <[email protected]>
… terraform-validator (GoogleCloudPlatform#5459) * Add support for project and organization iam custom role resources to terraform-validator. * Remove trailing comma. * Add tests for project & organization custom iam role resource.
…or. (GoogleCloudPlatform#5473) * Add support for monitoring_alert_policy resource to terraform validator. * Add tests for monitoring_alert_policy resource. * Fix formatting
…idator. (GoogleCloudPlatform#5453) * Add monitoring_notification_channel resource support to tfv. * Add tests for monitoring_notification_channel resource.
…Platform#5475) * Add a resource mapping for google_compute_global_address * add test data files
* Add support for google_compute_address * add test data files
* Move tier to string * Add note on possible values * Add note for beta-only on enterprise * Starting to move to location * Add precreate * Write state migration * Use location in examples * Use upgrade state function instead of migrate * Fix linter * Update validator test to use location * Update TFV test config to use location
…udPlatform#5484) * Do not validate INTERNAL_MANAGED backend service capacity. * remove test expecting this behavior. * remove a bunch of dead code that the linter complained about.
* add recaptcha enterprise key resource * add version beta to iosKey sample
* Upgraded DCL and added overrides for osconfig os policy assignment. Reworked AppendToBasePath override into BasePathReplacement. Implemented serialization for map[string]string types. * Split ReplaceInBasePath and AppendToBasePath into two overrides. * Re-added missing quotation marks. * Fixed handling of append to base path override.
Co-authored-by: Brandon Bird <[email protected]>
Co-authored-by: Emily Cai <[email protected]>
…eCloudPlatform#5500) * support allocated_ip_range in sql_database_instance * support allocated_ip_range * clean up * remove unused variable * separate tests * increase size of allogcated ip range
* Add support for google_pubsub_schema * fix space * fix tab
In order to handle the case of optional primitive fields, I've added virtual fields to allow the expander to distinguish between an unset primitive and a primitive set to the default value. Since some Private CA resources do not support updates, I also added support for setting ForceNew in the terraform config.
This prevents incompatiable configs that set the allow* booleans without setting basic constraints, and vice versa.
`include_max_issuer_path_path` to reflect its current functionality * Add field `include_is_ca` to CertificateAuthority to avoding checking the existence of this field in flattener. * Update examples with new fields like `include_is_ca`, `include_max_issuer_path_length`.
changes. * User `nonCa`, `zeroMaxIssuerPathLength` instead of `includeIsCa` `includeMaxIssuerPathLength` * Update test cases.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.