-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Comparing changes
Open a pull request
base repository: hashicorp/terraform-provider-google
base: v4.78.0
head repository: hashicorp/terraform-provider-google
compare: v4.79.0
Commits on Aug 9, 2023
-
Add migration guide for google_firebase_web_app (#8459) (#15441)
Signed-off-by: Modular Magician <magic-modules@google.com>
Configuration menu - View commit details
-
Copy full SHA for 601ca45 - Browse repository at this point
Copy the full SHA 601ca45View commit details -
Update
google_dns_managed_zone.private_visibility_config
to require…Configuration menu - View commit details
-
Copy full SHA for 1116734 - Browse repository at this point
Copy the full SHA 1116734View commit details -
Marked these fields for AlloyDB cluster as default_from_api: backup_w…
Configuration menu - View commit details
-
Copy full SHA for 14b6a1c - Browse repository at this point
Copy the full SHA 14b6a1cView commit details -
Change the subcategory of datasources to AlloyDB (#8590) (#15445)
Signed-off-by: Modular Magician <magic-modules@google.com>
Configuration menu - View commit details
-
Copy full SHA for 950c5f3 - Browse repository at this point
Copy the full SHA 950c5f3View commit details -
Address issues in TeamCity configuration code (#8560) (#15447)
* Refactor: Pass `packageName` into packageDetails constructor instead * Refactor how nightly trigger information is passed to where build configs are made * Remove lingering references to `"public"` environment * Remove unnecessary assignments and func parameters * Fix inconsistent use of `var`/`val` * Refactor test steps into separate functions, to help with later refactoring * Remove `DetermineWorkingDirectory` as /tests directories aren't present in Google service packages * Remove sweeper steps from per-service build configurations Sweepers running after each build config will clash with other running tests * Stop setting `SWEEPER_REGIONS` when sweepers aren't in a build config * Add ability to set build ID as git commit hash * Refactor other script to use multiline string * Refactor how build config ids are built * Add pre-sweeper build and make acc tests dependent on it finishing * Add post-sweeper and ability to make it dependent on all other builds * Make tests run even if there are no new commits * Add timeout failure conditon to all builds * Increase parallelism from 12 -> 20 to match old TC project * Make sure sweepers have parameters to configure tests * Add ability to run tests from `google/-beta` package, and comments about need for refactoring code * Add properties to cron trigger present in old project * Make build step names more informative, update comment * Fix error where two parameters called `timeout`; clarify distinction between both * Initial refactor of how package lists made, and how used in Kotlin code * WIP: separate addition of build configs to project * Refactor TeamCity config to use different structure of maps as input, update how maps are generated, update tools/teamcity-generator to match * Change how builds are triggered Avoid duplicate builds being queued due to cron and dependency requirements. Instead trigger fewer things and let dependency relationships trigger the rest. * Make packages.kt provide pre-migration path for sweepers * Remove excess argument left from refactoring * Update ignored folders in generation of packages.kt * Simplify how dependencies are created, and remove code that's no longer needed as a result * Combine `failureConditions` blocks * Fix test prefix * Refactor to reduce code repetition around sweepers Signed-off-by: Modular Magician <magic-modules@google.com>
Configuration menu - View commit details
-
Copy full SHA for 9239b4f - Browse repository at this point
Copy the full SHA 9239b4fView commit details -
Address edgecase of
google-beta
package containing a hyphen (#8594) (……#15449) Signed-off-by: Modular Magician <magic-modules@google.com>
Configuration menu - View commit details
-
Copy full SHA for aabd7b3 - Browse repository at this point
Copy the full SHA aabd7b3View commit details
Commits on Aug 10, 2023
-
Update cron to use Sun=1...Sat=7 days of week (#8601) (#15458)
Signed-off-by: Modular Magician <magic-modules@google.com>
Configuration menu - View commit details
-
Copy full SHA for e3c9951 - Browse repository at this point
Copy the full SHA e3c9951View commit details -
add google_bigquery_table to version 5 upgrade doc for #7973 (#8607) (#…
…15459) Signed-off-by: Modular Magician <magic-modules@google.com>
Configuration menu - View commit details
-
Copy full SHA for 5e182ee - Browse repository at this point
Copy the full SHA 5e182eeView commit details -
Composer network config (#8533) (#15460)
Signed-off-by: Modular Magician <magic-modules@google.com>
Configuration menu - View commit details
-
Copy full SHA for 479845f - Browse repository at this point
Copy the full SHA 479845fView commit details -
Replace static, unsweepable name in acctest (#8606) (#15462)
Signed-off-by: Modular Magician <magic-modules@google.com>
Configuration menu - View commit details
-
Copy full SHA for 5e75fcb - Browse repository at this point
Copy the full SHA 5e75fcbView commit details -
Add upgrade guide for removed fields of Cloud Run resources (#8613) (#…
…15465) Signed-off-by: Modular Magician <magic-modules@google.com>
Configuration menu - View commit details
-
Copy full SHA for 710f308 - Browse repository at this point
Copy the full SHA 710f308View commit details -
Move some handwritten acc tests to service packages (#8572) (#15466)
* Move some handwritten acc tests to service packages This reverts commit 8ad92ee. * Fix rebasing error Signed-off-by: Modular Magician <magic-modules@google.com>
Configuration menu - View commit details
-
Copy full SHA for 1c5991f - Browse repository at this point
Copy the full SHA 1c5991fView commit details -
Update template to link to new TC project, and provide info about tra…
…nsition period after migration to TC Cloud (#15467)
Configuration menu - View commit details
-
Copy full SHA for 140a436 - Browse repository at this point
Copy the full SHA 140a436View commit details -
Fix import issue for Dataplex Datascan (#8578) (#15468)
Signed-off-by: Modular Magician <magic-modules@google.com>
Configuration menu - View commit details
-
Copy full SHA for 8ba61c3 - Browse repository at this point
Copy the full SHA 8ba61c3View commit details -
adding user_ip_request_headers support to compute_security_policy (#8267
) (#15470) Signed-off-by: Modular Magician <magic-modules@google.com>
Configuration menu - View commit details
-
Copy full SHA for dbbcdbe - Browse repository at this point
Copy the full SHA dbbcdbeView commit details
Commits on Aug 11, 2023
-
Adds field bitbucket_server_config to Trigger.git_file_source and Tri…
Configuration menu - View commit details
-
Copy full SHA for 5cdc1ea - Browse repository at this point
Copy the full SHA 5cdc1eaView commit details -
add scaling_config to google_dataproc_metastore_service resource in g…
…oogle (#8526) (#15476) * add scalingConfig object for google_dataproc_metastore_service * add an example of a DPMS 2 config * remove invalid value for instanceSize * WIP: Add tests for scaling_factor * changes for ga provider - removed google-beta provider - removed fields from tests that require google-beta provider (gRPC) * add exactly_one_of for instance_size and scaling_factor Signed-off-by: Modular Magician <magic-modules@google.com>
Configuration menu - View commit details
-
Copy full SHA for aed1044 - Browse repository at this point
Copy the full SHA aed1044View commit details -
Adding backupdr product with managementServer resource (#8612) (#15479)
* Add Backupdr with Management Server resource * Fixing lint issue * Fixing Variable name * FIxing values of type and peering mode * Fixing description and example * Adding type and Peering_mode to coverage * Changing release version of provider to only beta * Changing variable name * Fixing Acceptance test and trademark Signed-off-by: Modular Magician <magic-modules@google.com>
Configuration menu - View commit details
-
Copy full SHA for 8debb5d - Browse repository at this point
Copy the full SHA 8debb5dView commit details -
Move acc tests to service package (mmv1 + related handwritten) (#8378) (
#15480) * Generate Mmv1 test files to the service packages * Fix test-fixtures * Copy test-fixtures in service packages * Replace test-fixtures path * Fix rebasing errors * Fix function usage * Fix test TestAccBigQueryExternalDataTable_objectTable * Fix test-fixtures * Keep deprecated utility functions * Move tests * Fixing rebasing error * Move more tests to the service packages * Add back resource_resourcemanager_lien_test.go * Change package name * Fix test-fixtures * Fix the test-fixtures Signed-off-by: Modular Magician <magic-modules@google.com>
Configuration menu - View commit details
-
Copy full SHA for 3d4269f - Browse repository at this point
Copy the full SHA 3d4269fView commit details -
Update subnetwork descriptions and tests to use REGIONAL_MANAGED_PROX…
…Y instead of deprecated INTERNAL_HTTPS_LOAD_BALANCER (#8571) (#15481) * Update subnetwork descriptions and tests to use REGIONAL_MANAGED_PROXY instead of deprecated INTERNAL_HTTPS_LOAD_BALANCER. * Update mmv1/products/compute/Subnetwork.yaml * Update mmv1/products/compute/Subnetwork.yaml * Update mmv1/products/compute/Subnetwork.yaml * Update mmv1/products/compute/Subnetwork.yaml * Update mmv1/products/compute/Subnetwork.yaml * Update mmv1/products/compute/Subnetwork.yaml * Remove remaining references to INTERNAL_HTTPS_LOAD_BALANCER. --------- Signed-off-by: Modular Magician <magic-modules@google.com> Co-authored-by: Stephen Lewis (Burrows) <stephen.r.burrows@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 4d95435 - Browse repository at this point
Copy the full SHA 4d95435View commit details -
Generate DCL tests to service packages (#8574) (#15482)
This reverts commit 63eca84. Signed-off-by: Modular Magician <magic-modules@google.com>
Configuration menu - View commit details
-
Copy full SHA for aa991e6 - Browse repository at this point
Copy the full SHA aa991e6View commit details -
Added support for versionAliases field in google_secret_manager_secre…
Configuration menu - View commit details
-
Copy full SHA for c57fd3e - Browse repository at this point
Copy the full SHA c57fd3eView commit details
Commits on Aug 14, 2023
-
Add case sensitivity diff suppression for enums. (#8626) (#15491)
Signed-off-by: Modular Magician <magic-modules@google.com>
Configuration menu - View commit details
-
Copy full SHA for 89f495f - Browse repository at this point
Copy the full SHA 89f495fView commit details -
TeamCity : control branch under test via a configuration parameter (#…
Configuration menu - View commit details
-
Copy full SHA for c70549f - Browse repository at this point
Copy the full SHA c70549fView commit details -
Certificate manager update description for scope property certificate…
… resource (#8625) (#15495) * Add a new supported value to the scope field in certificate resource * Improve the naming of the examples to avoid concurrency errors while running acceptance tests --------- Signed-off-by: Modular Magician <magic-modules@google.com> Co-authored-by: Hamza Hassan <hamzahassan@google.com>
Configuration menu - View commit details
-
Copy full SHA for a625535 - Browse repository at this point
Copy the full SHA a625535View commit details -
Configuration menu - View commit details
-
Copy full SHA for 911a720 - Browse repository at this point
Copy the full SHA 911a720View commit details -
Move gcp_sweeper_test.go to the sweeper package (#8217) (#15498)
* Move gcp_sweeper_test.go to the sweeper package * Change the sweeper path Signed-off-by: Modular Magician <magic-modules@google.com>
Configuration menu - View commit details
-
Copy full SHA for 26d4ead - Browse repository at this point
Copy the full SHA 26d4eadView commit details
Commits on Aug 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b52c281 - Browse repository at this point
Copy the full SHA b52c281View commit details -
Updated 5.0.0 release guide about the change in enableEndpointIndepen…
Configuration menu - View commit details
-
Copy full SHA for 39462fe - Browse repository at this point
Copy the full SHA 39462feView commit details -
add output fields (#8649) (#15502)
Signed-off-by: Modular Magician <magic-modules@google.com>
Configuration menu - View commit details
-
Copy full SHA for 0c92dad - Browse repository at this point
Copy the full SHA 0c92dadView commit details -
Address lack of nodejs8 support (#8603) (#15503)
Signed-off-by: Modular Magician <magic-modules@google.com>
Configuration menu - View commit details
-
Copy full SHA for 13ba334 - Browse repository at this point
Copy the full SHA 13ba334View commit details -
Remove max bytes validation (#8642) (#15504)
* Remove validation on max_bytes * Test max_bytes less than 1000 * Revert max_bytes to valid value Signed-off-by: Modular Magician <magic-modules@google.com>
Configuration menu - View commit details
-
Copy full SHA for 1b60b24 - Browse repository at this point
Copy the full SHA 1b60b24View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd5e549 - Browse repository at this point
Copy the full SHA cd5e549View commit details -
Add disk.provisioned_iops to compute_instance_template (#8528) (#15506)
* Add disk.provisioned_iops to compute_instance_template * Add to region template as well * Add provisioned_iops to disk characteristics that are used for array ordering Signed-off-by: Modular Magician <magic-modules@google.com>
Configuration menu - View commit details
-
Copy full SHA for e35bc23 - Browse repository at this point
Copy the full SHA e35bc23View commit details -
Add field storage_policy_name in vmware_cluster (#8514) (#15508)
Signed-off-by: Modular Magician <magic-modules@google.com>
Configuration menu - View commit details
-
Copy full SHA for 873ca1b - Browse repository at this point
Copy the full SHA 873ca1bView commit details -
Add google_bigquery_table to version 5 upgrade doc for #8460 (#8611) (#…
Configuration menu - View commit details
-
Copy full SHA for 5b292bf - Browse repository at this point
Copy the full SHA 5b292bfView commit details -
Added edition field to CloudSQL settings in DMS connection profile (#…
Configuration menu - View commit details
-
Copy full SHA for 962465f - Browse repository at this point
Copy the full SHA 962465fView commit details -
Modify the tests doc to point to service folder for tests (#8628) (#1…
…5511) Signed-off-by: Modular Magician <magic-modules@google.com>
Configuration menu - View commit details
-
Copy full SHA for 6051057 - Browse repository at this point
Copy the full SHA 6051057View commit details -
TeamCity: Enable 'MM Upstream' projects (#8646) (#15512)
* Make adding a cron trigger dependent on the user-supplied environment value * Rename helpers.kt to test_utils.kt * Add unit tests for `ShouldAddTrigger` function * Update capitalisation of test util function names * Add `ENVIRONMENT` param to TeamCity projects, making it visible to non-admins * Fix copyright header and package for new helpers.kt file Signed-off-by: Modular Magician <magic-modules@google.com>
Configuration menu - View commit details
-
Copy full SHA for c619b50 - Browse repository at this point
Copy the full SHA c619b50View commit details -
Added support for defaultSearchHandlingStrict in FHIR Store resource (#…
Configuration menu - View commit details
-
Copy full SHA for 96ca137 - Browse repository at this point
Copy the full SHA 96ca137View commit details -
Update apigee_sharedflow.html.markdown (#8619) (#15516)
Remove the extra _ in shared_flow Signed-off-by: Modular Magician <magic-modules@google.com>
Configuration menu - View commit details
-
Copy full SHA for de27b04 - Browse repository at this point
Copy the full SHA de27b04View commit details -
add google_bigquery_routine to version 5 upgrade doc for #8573 (#8650) (
#15518) Signed-off-by: Modular Magician <magic-modules@google.com>
Configuration menu - View commit details
-
Copy full SHA for 268162c - Browse repository at this point
Copy the full SHA 268162cView commit details -
Allow specifying global L7 ILB in dns_record_set routing policy (#8470)…
… (#15521) * Allow specifying global L7 ILB in dns_record_set routing policy * fix url_map default_service in docs * fix forwarding rule reference in rrset for cross-region test * don't specify region for globalL7ilb routing policy item * add backend subnet for FR IP address provisioning * pass backendSubnetName to cross-region L7 test case * remove google-beta req from test backend subnet * remove extra primary-backup examples * add globalL7ilb value to docs Signed-off-by: Modular Magician <magic-modules@google.com>
Configuration menu - View commit details
-
Copy full SHA for 2f2df8b - Browse repository at this point
Copy the full SHA 2f2df8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 67c2ca7 - Browse repository at this point
Copy the full SHA 67c2ca7View commit details -
Create region security policies rules (#8477) (#15523)
* creating first version of region security policy and adding ddos protection config * adding rules field in region security policy * creating resource network_edge_security_service and their scenarios of test * adding patch operation and fixing id, import_format and self_link * added fields in the region_security_policy, and fixed the scenario tests for network_edge_security_service * removed duplicated field for region_security_policy * adding ddos_protection_config field in region_security_policy * cleanups * adding self_link field back and removing uncessary fields * adding docs for ddosProtection * making new resources only availabe in beta downstream * fixing eof * adding region security policy rule and basic scenario * code experiments cleanups * adding preconfiguredWafConfig object and some inner fields in region security policy rule * adding mapping for network_match object in region security policy rule * adding rateLimitOptions mapping * adding ruleNumber field to region security policy * adding basic update for region security policy rule * adding network_match and preconfigured_waf scenarios for region sec policy rules * wip - adding user_defined_fields in region security policy * fixing yaml linter issues * fixing review comments * removing validate_only field * fixing comments in region_security_policy_rule test * fixing userDefinedFields and adding tests for regionSecPolicyRule * adding user_defined_fields update test for regionSecPolicy * removing rule_number from regionSecPolicyRule * removing preconfiguredWaf from regionSecPolicyRule because it is not finished yet * removing rateLimitOptions from RegionSecPolicyRule because it is not finished yet * small cleanups * fixing yamllint issues on the worked resources * prevent that netwrokt_match test fails due paralellism * adding new test for multiple rules * fixing code review comments * removing harcoded project from tests * moving network_edge_security_service basic test to another region * fixing code review issues * fixing import cycle issue in downstream repo * updating with upstream and change regions --------- Signed-off-by: Modular Magician <magic-modules@google.com> Co-authored-by: diogoEsteves <diogoesteves@ciandt.com>
Configuration menu - View commit details
-
Copy full SHA for fbc4b0c - Browse repository at this point
Copy the full SHA fbc4b0cView commit details
Commits on Aug 21, 2023
-
Co-authored-by: Stephen Lewis (Burrows) <stephenrlewis@google.com> Co-authored-by: Scott Suarez <ScottMSuarez@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a659aab - Browse repository at this point
Copy the full SHA a659aabView commit details
There are no files selected for viewing