Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: hashicorp/terraform-provider-google-beta
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.79.0
Choose a base ref
...
head repository: hashicorp/terraform-provider-google-beta
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.80.0
Choose a head ref

Commits on Aug 5, 2021

  1. Adding HashiCorp Learn documentation (#5040) (#3482)

    * Add Learn links to GCP provider docs
    
    Add links to our GCP tutorials to the documentation for the GCP provider.
    
    * Update website/docs/index.html.markdown
    
    Co-authored-by: megan07 <mbang@hashicorp.com>
    
    Co-authored-by: Judith Malnick <judith.patudith@gmail.com>
    Co-authored-by: Judith Malnick <judith@hashicorp.com>
    Signed-off-by: Modular Magician <magic-modules@google.com>
    
    Co-authored-by: Judith Malnick <judith.patudith@gmail.com>
    Co-authored-by: Judith Malnick <judith@hashicorp.com>
    3 people authored Aug 5, 2021
    Copy the full SHA
    b891159 View commit details
  2. Made terraform-vcr-tester use same golang image setup as other tester…

    … images (#5042) (#3483)
    
    Signed-off-by: Modular Magician <magic-modules@google.com>
    modular-magician authored Aug 5, 2021
    Copy the full SHA
    1f4e1dd View commit details
  3. Run vcr test script with bash (#5046) (#3484)

    pushd is not available in sh
    
    Signed-off-by: Modular Magician <magic-modules@google.com>
    modular-magician authored Aug 5, 2021
    Copy the full SHA
    7c5528e View commit details
  4. Fix typo in spanner code (#5041) (#3486)

    Signed-off-by: Modular Magician <magic-modules@google.com>
    modular-magician authored Aug 5, 2021
    Copy the full SHA
    d4e9c8c View commit details

Commits on Aug 6, 2021

  1. New Resource : google_dialogflow_cx_environment (#4890) (#3488)

    * Adding version definition
    
    * Improvements import function
    
    * Removing space
    
    * Including support for DialogFlow CX Environment
    
    * Apply Code review suggestions
    
    * Apply refactoring from last PR suggestions
    
    * Apply suggestions from Code Review
    
    * Apply suggestions from code review
    
    * Updated Dialogflow environment tests
    
    Signed-off-by: Modular Magician <magic-modules@google.com>
    modular-magician authored Aug 6, 2021
    Copy the full SHA
    3c2f2ee View commit details
  2. change update verb for apigee_envgroup to patch (#5047) (#3489)

    Signed-off-by: Modular Magician <magic-modules@google.com>
    modular-magician authored Aug 6, 2021
    Copy the full SHA
    66f8422 View commit details
  3. Post a comment with tests that didn't get run (#5049) (#3490)

    Signed-off-by: Modular Magician <magic-modules@google.com>
    modular-magician authored Aug 6, 2021
    Copy the full SHA
    c785b3b View commit details
  4. allow format to be case insensitive to align with backend response (#…

    …5048) (#3491)
    
    Signed-off-by: Modular Magician <magic-modules@google.com>
    modular-magician authored Aug 6, 2021
    Copy the full SHA
    773a537 View commit details
  5. Use bash not sh for subscript (#5054) (#3492)

    Signed-off-by: Modular Magician <magic-modules@google.com>
    modular-magician authored Aug 6, 2021
    Copy the full SHA
    9359cd8 View commit details

Commits on Aug 9, 2021

  1. fix google_project_service docs to mention it supports user project o…

    …verrides (#5036) (#3495)
    
    Signed-off-by: Modular Magician <magic-modules@google.com>
    modular-magician authored Aug 9, 2021
    Copy the full SHA
    37ca20f View commit details
  2. add unit tests for diff suppress funcs (#5050) (#3496)

    * add unit test for optionalPrefixSuppress
    
    * add more unit tests
    
    * add more diff suppress unit tests
    
    * add new line
    
    Signed-off-by: Modular Magician <magic-modules@google.com>
    modular-magician authored Aug 9, 2021
    Copy the full SHA
    9c078c8 View commit details
  3. 3.79.0 changelogs (#3487)

    Co-authored-by: megan07 <mbang@hashicorp.com>
    Co-authored-by: Riley Karson <rileykarson@google.com>
    3 people authored Aug 9, 2021
    Copy the full SHA
    4d4c980 View commit details
  4. Avoid printing confusing log entry when image version doesn't exist (#…

    …5060) (#3497)
    
    Signed-off-by: Modular Magician <magic-modules@google.com>
    modular-magician authored Aug 9, 2021
    Copy the full SHA
    311053b View commit details

Commits on Aug 10, 2021

  1. Remove versions from redis_version field. (#5062) (#3498)

    Co-authored-by: upodroid <cy@borg.dev>
    Signed-off-by: Modular Magician <magic-modules@google.com>
    
    Co-authored-by: upodroid <cy@borg.dev>
    modular-magician and upodroid authored Aug 10, 2021
    Copy the full SHA
    669562a View commit details
  2. Allow the creation of subordinate CAs (#5055) (#3499)

    * Bootstrap CA pool for CA tests
    
    * Add subordinate CA example/test
    
    * fix creation of subordinate CAs
    
    Signed-off-by: Modular Magician <magic-modules@google.com>
    modular-magician authored Aug 10, 2021
    Copy the full SHA
    e87da38 View commit details
  3. Add name to google_kms_crypto_key_version datasource (#5065) (#3500)

    Co-authored-by: upodroid <cy@borg.dev>
    Signed-off-by: Modular Magician <magic-modules@google.com>
    
    Co-authored-by: upodroid <cy@borg.dev>
    modular-magician and upodroid authored Aug 10, 2021
    Copy the full SHA
    aaceb3b View commit details
  4. Fix lint (#5068) (#3501)

    * Use correct object ids
    
    * Fix linter
    
    * Revert "Use correct object ids"
    
    This reverts commit b7feb68dd1c8bc0df466e803faa0fdafbe7c4aac.
    
    Signed-off-by: Modular Magician <magic-modules@google.com>
    modular-magician authored Aug 10, 2021
    Copy the full SHA
    97b8e82 View commit details
  5. Allow google_container_cluster.id reference for the value for the g…

    …ke_cluster of a `google_gke_hub_membership` (#4985) (#3502)
    
    Co-authored-by: upodroid <cy@borg.dev>
    Signed-off-by: Modular Magician <magic-modules@google.com>
    
    Co-authored-by: upodroid <cy@borg.dev>
    modular-magician and upodroid authored Aug 10, 2021
    Copy the full SHA
    61ee872 View commit details
  6. Remove old tools (Ansible, InSpec) from the Magician (#5069) (#3503)

    Signed-off-by: Modular Magician <magic-modules@google.com>
    modular-magician authored Aug 10, 2021
    Copy the full SHA
    7f696b9 View commit details

Commits on Aug 11, 2021

  1. Fixed alerting for tests that were not run on teamcity (#5071) (#3504)

    * Cat tests.json if the job (or parsing the job) fails
    
    * Fixed jq command for extracting failed tests
    
    * Corrected detection of unrun tests
    
    Added pagination support; ignored skipped tests in the 'run' list; fixed jq parsing; detect non-test failures by checking test count instead of detecting failure to parse out test occurrences
    
    Signed-off-by: Modular Magician <magic-modules@google.com>
    modular-magician authored Aug 11, 2021
    Copy the full SHA
    48381f5 View commit details

Commits on Aug 16, 2021

  1. 3.80.0 Changelog (#3523)

    rileykarson authored Aug 16, 2021
    Copy the full SHA
    305b6f3 View commit details
  2. v3.80.0

    tf-release-bot authored and TeamCity committed Aug 16, 2021
    Copy the full SHA
    dd5e224 View commit details
Loading