Skip to content

Commit 688e97a

Browse files
feat(terraform)!: Update Terraform google-beta ( 4.79.0 → 6.11.2 )
| datasource | package | from | to | | ------------------ | --------------------- | ------ | ------ | | terraform-provider | hashicorp/google-beta | 4.79.0 | 6.11.2 | Signed-off-by: Anthony Rabbito <hello@anthonyrabbito.com>
1 parent 8418bd8 commit 688e97a

File tree

4 files changed

+52
-28
lines changed

4 files changed

+52
-28
lines changed

armature/prod/gcp/kutara/.terraform.lock.hcl

+25-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

armature/prod/gcp/kutara/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ terraform {
1212
}
1313
google-beta = {
1414
source = "hashicorp/google-beta"
15-
version = "4.79.0"
15+
version = "6.11.2"
1616
}
1717
}
1818
}

armature/prod/gcp/top22/.terraform.lock.hcl

+25-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

armature/prod/gcp/top22/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ terraform {
1212
}
1313
google-beta = {
1414
source = "hashicorp/google-beta"
15-
version = "4.79.0"
15+
version = "6.11.2"
1616
}
1717
}
1818
}

0 commit comments

Comments
 (0)