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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.32.0
Choose a base ref
...
head repository: hashicorp/terraform-provider-google
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.33.0
Choose a head ref
  • 15 commits
  • 47 files changed
  • 5 contributors

Commits on Aug 10, 2022

  1. fix: make resource names clearer (#6385) (#12293)

    Signed-off-by: Modular Magician <magic-modules@google.com>
    
    Signed-off-by: Modular Magician <magic-modules@google.com>
    modular-magician authored Aug 10, 2022
    Configuration menu
    Copy the full SHA
    f8c2f7a View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2022

  1. Clarify format of limit string in service quota override resources (#…

    …6396) (#12302)
    
    * Update docs with guidance on `limit` string format in quota override resources
    
    * Add test showing expected behaviour of using the incorrect `limit` string format
    
    * Update `limit` field's description
    
    Signed-off-by: Modular Magician <magic-modules@google.com>
    
    Signed-off-by: Modular Magician <magic-modules@google.com>
    modular-magician authored Aug 11, 2022
    Configuration menu
    Copy the full SHA
    c3143f0 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

  1. Fix stray Go 1.19.0 lint error (#6399) (#12304)

    Signed-off-by: Modular Magician <magic-modules@google.com>
    
    Signed-off-by: Modular Magician <magic-modules@google.com>
    modular-magician authored Aug 12, 2022
    Configuration menu
    Copy the full SHA
    b14a32d View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2022

  1. GCP compute instance template fields are ForceNew (#6404) (#12309)

    Signed-off-by: Modular Magician <magic-modules@google.com>
    
    Signed-off-by: Modular Magician <magic-modules@google.com>
    modular-magician authored Aug 15, 2022
    Configuration menu
    Copy the full SHA
    f45a823 View commit details
    Browse the repository at this point in the history
  2. removed forceNew (#6282) (#12310)

    * removed forceNew
    
    * updated a test
    
    * reset security_group with empty
    
    Co-authored-by: Edward Sun <sunedward@google.com>
    Signed-off-by: Modular Magician <magic-modules@google.com>
    
    Signed-off-by: Modular Magician <magic-modules@google.com>
    Co-authored-by: Edward Sun <sunedward@google.com>
    modular-magician and Edward Sun authored Aug 15, 2022
    Configuration menu
    Copy the full SHA
    26a7743 View commit details
    Browse the repository at this point in the history
  3. remove forceNew on display_name (#6387) (#12311)

    Co-authored-by: Edward Sun <sunedward@google.com>
    Signed-off-by: Modular Magician <magic-modules@google.com>
    
    Signed-off-by: Modular Magician <magic-modules@google.com>
    Co-authored-by: Edward Sun <sunedward@google.com>
    modular-magician and Edward Sun authored Aug 15, 2022
    Configuration menu
    Copy the full SHA
    e31ee86 View commit details
    Browse the repository at this point in the history
  4. google_dns_managed_zone: add zone ID attribute (#6406) (#12312)

    In the data source for DNS managed zones, include a new
    "managed_zone_id" attribute reporting the zone's ID, matching the
    corresponding "google_dns_managed_zone" resource's output attribute
    with the same name.
    
    While we're here, revise the order in which we transcribe the fields
    from the fetched object to the data source's attributes to match the
    declaration order in the schema.
    
    Signed-off-by: Modular Magician <magic-modules@google.com>
    
    Signed-off-by: Modular Magician <magic-modules@google.com>
    modular-magician authored Aug 15, 2022
    Configuration menu
    Copy the full SHA
    ca8a8ec View commit details
    Browse the repository at this point in the history
  5. add acceptedResponseStatusCodes to uptime check (#6402) (#12313)

    Thanks for the works!
    
    Signed-off-by: Modular Magician <magic-modules@google.com>
    
    Signed-off-by: Modular Magician <magic-modules@google.com>
    modular-magician authored Aug 15, 2022
    Configuration menu
    Copy the full SHA
    81599f2 View commit details
    Browse the repository at this point in the history
  6. 4.32.0

    slevenick authored Aug 15, 2022
    Configuration menu
    Copy the full SHA
    8f34996 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

  1. Add ability to import Dataflow jobs (#6386) (#12316)

    * Add ability to import dataflow jobs
    
    * Update vcr tests to include dataflow job resource state import
    
    * Remove status state ignore
    
    * Remove manual passed importID
    
    * Add properties to ImportStateVerifyIgnore
    
    * add trailing comma to `ImportStateVerifyIgnore` prop
    
    * Ignore state attribute too
    
    Signed-off-by: Modular Magician <magic-modules@google.com>
    
    Signed-off-by: Modular Magician <magic-modules@google.com>
    modular-magician authored Aug 16, 2022
    Configuration menu
    Copy the full SHA
    f65a2f9 View commit details
    Browse the repository at this point in the history
  2. prepared storage_static_website for inclusion on C.G.C (#6287) (#12319)

    Signed-off-by: Modular Magician <magic-modules@google.com>
    
    Signed-off-by: Modular Magician <magic-modules@google.com>
    modular-magician authored Aug 16, 2022
    Configuration menu
    Copy the full SHA
    9809b8a View commit details
    Browse the repository at this point in the history
  3. Add support for Password Validation Policy in cloud sql instance. (#6329

    ) (#12320)
    
    Co-authored-by: Shuya Ma <87669292+shuyama1@users.noreply.github.com>
    Signed-off-by: Modular Magician <magic-modules@google.com>
    
    Signed-off-by: Modular Magician <magic-modules@google.com>
    Co-authored-by: Shuya Ma <87669292+shuyama1@users.noreply.github.com>
    modular-magician and shuyama1 authored Aug 16, 2022
    Configuration menu
    Copy the full SHA
    891d666 View commit details
    Browse the repository at this point in the history
  4. Metastore: add auxiliary_versions and metadata_integration args (#…

    …6280) (#12321)
    
    Co-authored-by: Shuya Ma <87669292+shuyama1@users.noreply.github.com>
    Signed-off-by: Modular Magician <magic-modules@google.com>
    
    Signed-off-by: Modular Magician <magic-modules@google.com>
    Co-authored-by: Shuya Ma <87669292+shuyama1@users.noreply.github.com>
    modular-magician and shuyama1 authored Aug 16, 2022
    Configuration menu
    Copy the full SHA
    180c6ab View commit details
    Browse the repository at this point in the history
  5. promote cfn2 to ga (#6388) (#12322)

    Signed-off-by: Modular Magician <magic-modules@google.com>
    
    Signed-off-by: Modular Magician <magic-modules@google.com>
    modular-magician authored Aug 16, 2022
    Configuration menu
    Copy the full SHA
    ed4ffec View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2022

  1. Add changelog (#12343)

    Co-authored-by: Cameron Thornton <camthornton@google.com>
    slevenick and c2thorn authored Aug 22, 2022
    Configuration menu
    Copy the full SHA
    b6361e2 View commit details
    Browse the repository at this point in the history
Loading