Skip to content

Commit

Permalink
bump workspace module used to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marlonparmentier committed Mar 1, 2024
1 parent 88d051f commit 776653f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ resource "aws_iam_policy" "workload_boundary" {

module "tfe_workspace" {
count = var.create_default_workspace ? 1 : 0
source = "github.com/schubergphilis/terraform-aws-mcaf-workspace?ref=v1.1.0"
source = "github.com/schubergphilis/terraform-aws-mcaf-workspace?ref=v1.1.1"
providers = { aws = aws.account }

agent_pool_id = var.tfe_workspace.agent_pool_id
Expand Down Expand Up @@ -165,7 +165,7 @@ module "tfe_workspace" {

module "additional_tfe_workspaces" {
for_each = var.additional_tfe_workspaces
source = "github.com/schubergphilis/terraform-aws-mcaf-workspace?ref=v1.1.0"
source = "github.com/schubergphilis/terraform-aws-mcaf-workspace?ref=v1.1.1"
providers = { aws = aws.account }

agent_pool_id = each.value.execution_mode != null ? each.value.agent_pool_id : var.tfe_workspace.agent_pool_id
Expand Down

0 comments on commit 776653f

Please sign in to comment.