File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -255,7 +255,7 @@ module "tfc_cicd" {
255255
256256module "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"
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ data "google_organization" "org" {
3434
3535module "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
4747module "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
You can’t perform that action at this time.
0 commit comments