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.34.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.35.0
Choose a head ref
  • 17 commits
  • 59 files changed
  • 6 contributors

Commits on Aug 25, 2022

  1. Improve documentation for logging sink (#6437) (#12387)

    Signed-off-by: Modular Magician <magic-modules@google.com>
    
    Signed-off-by: Modular Magician <magic-modules@google.com>
    modular-magician authored Aug 25, 2022
    Configuration menu
    Copy the full SHA
    46f92bc View commit details
    Browse the repository at this point in the history
  2. Update certificatemanager terraform docs. (#6451) (#12389)

    Co-authored-by: Pawel Krawczyk <pawkra@google.com>
    Signed-off-by: Modular Magician <magic-modules@google.com>
    
    Signed-off-by: Modular Magician <magic-modules@google.com>
    Co-authored-by: Pawel Krawczyk <pawkra@google.com>
    modular-magician and Pawel Krawczyk authored Aug 25, 2022
    Configuration menu
    Copy the full SHA
    9cba116 View commit details
    Browse the repository at this point in the history
  3. fix beta tests (#6452) (#12390)

    Signed-off-by: Modular Magician <magic-modules@google.com>
    
    Signed-off-by: Modular Magician <magic-modules@google.com>
    modular-magician authored Aug 25, 2022
    Configuration menu
    Copy the full SHA
    ad7b6e6 View commit details
    Browse the repository at this point in the history
  4. Add support for nodeConfig in ApigeeEnvironment (#6349) (#12394)

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

Commits on Aug 26, 2022

  1. Add support for visible_core_count for google_compute_instance resour…

    …ce (#6414) (#12404)
    
    * add support for threads per core
    
    * adding missing comma
    
    * add support for threads per core
    
    * guard changes with beta flag
    
    * fixing typo
    
    * fixing value
    
    * guarding changes with flags
    
    * annoting doc attribute with beta tag
    
    * annoting doc attribute with beta tag
    
    * missing comma
    
    * adding guards for beta params
    
    * adding guards for beta params
    
    * incoprated comments
    
    * incoprated comments
    
    Signed-off-by: Modular Magician <magic-modules@google.com>
    
    Signed-off-by: Modular Magician <magic-modules@google.com>
    modular-magician authored Aug 26, 2022
    Configuration menu
    Copy the full SHA
    48dbb51 View commit details
    Browse the repository at this point in the history
  2. fixing id for a data source (#6476) (#12405)

    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 26, 2022
    Configuration menu
    Copy the full SHA
    7d8357c View commit details
    Browse the repository at this point in the history
  3. Add behavior property to dns response policy (#6397) (#12407)

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

Commits on Aug 29, 2022

  1. Add force delete for notifiaction channel (#6474) (#12414)

    Signed-off-by: Modular Magician <magic-modules@google.com>
    
    Signed-off-by: Modular Magician <magic-modules@google.com>
    modular-magician authored Aug 29, 2022
    Configuration menu
    Copy the full SHA
    f866faa View commit details
    Browse the repository at this point in the history
  2. Add support to container cluster resource for service external ips (#…

    …6392) (#12415)
    
    Co-authored-by: Cameron Thornton <camthornton@google.com>
    Signed-off-by: Modular Magician <magic-modules@google.com>
    
    Signed-off-by: Modular Magician <magic-modules@google.com>
    Co-authored-by: Cameron Thornton <camthornton@google.com>
    modular-magician and c2thorn authored Aug 29, 2022
    Configuration menu
    Copy the full SHA
    12fbbe0 View commit details
    Browse the repository at this point in the history
  3. feat(google_container_cluster): allow enabling cost allocation (#6469) (

    #12416)
    
    Signed-off-by: Modular Magician <magic-modules@google.com>
    
    Signed-off-by: Modular Magician <magic-modules@google.com>
    modular-magician authored Aug 29, 2022
    Configuration menu
    Copy the full SHA
    9331cfe View commit details
    Browse the repository at this point in the history
  4. add secrets to cloud func 2 (#6435) (#12417)

    Signed-off-by: Modular Magician <magic-modules@google.com>
    
    Signed-off-by: Modular Magician <magic-modules@google.com>
    modular-magician authored Aug 29, 2022
    Configuration menu
    Copy the full SHA
    5a2b2c1 View commit details
    Browse the repository at this point in the history
  5. Add vertical whitespace and google.rpc.Help.Link output (#6454) (#12418)

    * Add vertical whitespace and google.rpc.Help.Link output
    
    * remove one line from err msg separator
    
    * only display the first help link
    
    * add tests for ComputeOperationError.Error
    
    * make erb so supports ga and beta
    
    * dry off test for ComputeOperationError.Error
    
    * omitAlways array needs to be dynamic
    
    * ensure the first LocalizedMessage is used only
    
    Signed-off-by: Modular Magician <magic-modules@google.com>
    
    Signed-off-by: Modular Magician <magic-modules@google.com>
    modular-magician authored Aug 29, 2022
    Configuration menu
    Copy the full SHA
    5800a6d View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. update for support of CMEK for vertex ai resource (#6460) (#12430)

    * update for support of CMEK for vertex ai resource
    
    * kms key as a resource added
    
    * Bootstrapped kms-key-name
    
    Signed-off-by: Modular Magician <magic-modules@google.com>
    
    Signed-off-by: Modular Magician <magic-modules@google.com>
    modular-magician authored Aug 30, 2022
    Configuration menu
    Copy the full SHA
    ffaa6c0 View commit details
    Browse the repository at this point in the history
  2. add instructions on how to delete provider cache (#12427)

    * add instructions on how to delete provider cache
    
    * Updated to favor new cache structure
    melinath authored Aug 30, 2022
    Configuration menu
    Copy the full SHA
    6695109 View commit details
    Browse the repository at this point in the history
  3. Add a Properties field to ApigeeOrganization (#6464) (#12433)

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

Commits on Sep 6, 2022

  1. Configuration menu
    Copy the full SHA
    72ae5c5 View commit details
    Browse the repository at this point in the history
Loading