diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f806dd13..69c85e14 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: with: # Allow goreleaser to access older tag information. fetch-depth: 0 - - uses: actions/setup-go@v4 + - uses: actions/setup-go@v5 with: go-version-file: .go-version - name: Build for single target with GoReleaser diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 43cd196f..3e004a90 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: with: # Allow goreleaser to access older tag information. fetch-depth: 0 - - uses: actions/setup-go@v4 + - uses: actions/setup-go@v5 with: go-version-file: .go-version - name: Import GPG key diff --git a/docs/resources/integration_metrics.md b/docs/resources/integration_metrics.md index 56bfde55..c4b95709 100644 --- a/docs/resources/integration_metrics.md +++ b/docs/resources/integration_metrics.md @@ -228,7 +228,7 @@ The following arguments are supported: * `project_id` - (Optional/Computed) The project identifier. * `private_key` - (Optional/Computed) The private access key. * `client_email` - (Optional/Computed) The client email registered for the integration service. -* `tags` - (Optional) Tags. e.g. env=prod, region=europe. +* `tags` - (Optional) Tags. e.g. `env=prod,region=europe`. * `queue_allowlist` - (Optional) Allowlist queues using regular expression. Leave empty to include all queues. * `vhost_allowlist` - (Optional) Allowlist vhost using regular expression. Leave empty to include all vhosts. * `queue_whitelist` - **Deprecated** Use queue_allowlist instead diff --git a/docs/resources/vpc_gcp_peering.md b/docs/resources/vpc_gcp_peering.md index 2e4b711d..46712935 100644 --- a/docs/resources/vpc_gcp_peering.md +++ b/docs/resources/vpc_gcp_peering.md @@ -14,6 +14,7 @@ This resouce creates a VPC peering configuration for the CloudAMQP instance. The Default VPC peering firewall rule + ```hcl rules { Description = "VPC peer request"