diff --git a/README.md b/README.md index 0fa0b53..15b9bf3 100644 --- a/README.md +++ b/README.md @@ -218,8 +218,8 @@ module "aws_account" { | Name | Source | Version | |------|--------|---------| | [account](#module\_account) | schubergphilis/mcaf-account/aws | ~> 0.5.1 | -| [additional\_tfe\_workspaces](#module\_additional\_tfe\_workspaces) | schubergphilis/mcaf-workspace/aws | ~> 2.0.1 | -| [tfe\_workspace](#module\_tfe\_workspace) | schubergphilis/mcaf-workspace/aws | ~> 2.0.1 | +| [additional\_tfe\_workspaces](#module\_additional\_tfe\_workspaces) | schubergphilis/mcaf-workspace/aws | ~> 2.1.0 | +| [tfe\_workspace](#module\_tfe\_workspace) | schubergphilis/mcaf-workspace/aws | ~> 2.1.0 | ## Resources diff --git a/main.tf b/main.tf index 756733e..d203a44 100644 --- a/main.tf +++ b/main.tf @@ -169,7 +169,7 @@ module "tfe_workspace" { providers = { aws = aws.account } source = "schubergphilis/mcaf-workspace/aws" - version = "~> 2.0.1" + version = "~> 2.1.0" agent_pool_id = var.tfe_workspace.agent_pool_id agent_role_arns = var.tfe_workspace.agent_role_arns @@ -221,7 +221,7 @@ module "additional_tfe_workspaces" { providers = { aws = aws.account } source = "schubergphilis/mcaf-workspace/aws" - version = "~> 2.0.1" + version = "~> 2.1.0" agent_pool_id = each.value.agent_pool_id != null ? each.value.agent_pool_id : var.tfe_workspace.agent_pool_id agent_role_arns = each.value.agent_role_arns != null ? each.value.agent_role_arns : var.tfe_workspace.agent_role_arns