terraform-google-cloud-operations
terraform-google-cloud-operations copied to clipboard
Manages Cloud Logging and Cloud Monitoring
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test](https://redirect.github.com/GoogleCloudPlatform/cloud-foundation-toolkit) | `v0.16.2` -> `v0.17.9` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [terraform-google-modules/gcloud/google](https://registry.terraform.io/modules/terraform-google-modules/gcloud/google) ([source](https://redirect.github.com/terraform-google-modules/terraform-google-gcloud)) | module | major | `~> 3.0` -> `~> 4.0` |...
### TL;DR For some reason `ops-agent-policy` submodule has no support for CentOS 9. I had to make a local copy to just add 2 lines: ``` - osShortName: centos osVersion:...
Bumps [github.com/ulikunitz/xz](https://github.com/ulikunitz/xz) from 0.5.11 to 0.5.14. Commits 7184815 Preparation of release v0.5.14 88ddf1d Address Security Issue GHSA-jc7w-c686-c4v9 c8314b8 Add new package xio with WriteCloserStack 4f11dce Update README.md and SECURITY.md to...
### TL;DR As the title suggests, the `simple-uptime-check` module does not have a variable for the `custom_content_type` attribute of the `google_monitoring_uptime_check_config` resource. The attribute is described here: https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/monitoring_uptime_check_config#custom_content_type-1 Without support...
Bumps [github.com/hashicorp/go-getter](https://github.com/hashicorp/go-getter) from 1.7.6 to 1.7.9. Release notes Sourced from github.com/hashicorp/go-getter's releases. v1.7.9 What's Changed Speed up XZ decompression by 5x with bufio wrapper by @vsarunas in hashicorp/go-getter#520 Fix CI...
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.12.0 to 0.27.0. Commits 681b4d8 jws: split token into fixed number of parts 3f78298 all: upgrade go directive to at least 1.23.0 [generated] 109dabf endpoints: add links/provider...
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.25.0 to 0.38.0. Commits e1fcd82 html: properly handle trailing solidus in unquoted attribute value in foreign... ebed060 internal/http3: fix build of tests with GOEXPERIMENT=nosynctest 1f1fa29 publicsuffix: regenerate...
The underlying gcloud commands require the version to be provided, however the variable didn't: ``` ERROR: (gcloud.beta.compute.instances.ops-agents.policies.create) argument --os-types: Key [version] required in dict arg but not provided ```