Skip to content

Commit befd92b

Browse files
committed
fix(deps): Update terraform modules
1 parent 6b87cee commit befd92b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

0-bootstrap/builders/tf.cloud/terraform_cloud.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ module "tfc_cicd" {
255255

256256
module "tfc-oidc" {
257257
source = "GoogleCloudPlatform/tf-cloud-agents/google//modules/tfc-oidc"
258-
version = "0.1.0"
258+
version = "0.2.0"
259259

260260
project_id = module.tfc_cicd.project_id
261261
pool_id = "foundation-pool"

0-bootstrap/groups.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ data "google_organization" "org" {
3434

3535
module "required_group" {
3636
source = "terraform-google-modules/group/google"
37-
version = "~> 0.6"
37+
version = "~> 0.8"
3838
for_each = local.required_groups_to_create
3939

4040
id = each.value
@@ -46,7 +46,7 @@ module "required_group" {
4646

4747
module "optional_group" {
4848
source = "terraform-google-modules/group/google"
49-
version = "~> 0.6"
49+
version = "~> 0.8"
5050
for_each = local.optional_groups_to_create
5151

5252
id = each.value

0 commit comments

Comments
 (0)