diff --git a/terraform/deployments/tfc-bootstrap/main.tf b/terraform/deployments/tfc-bootstrap/main.tf index 8527ad2b6..b2f7fb751 100644 --- a/terraform/deployments/tfc-bootstrap/main.tf +++ b/terraform/deployments/tfc-bootstrap/main.tf @@ -20,7 +20,7 @@ resource "tfe_project" "tfc_configuration" { module "tfc-configuration" { source = "alexbasista/workspacer/tfe" - version = "0.10.0" + version = "0.12.0" organization = var.organization workspace_name = "tfc-configuration" diff --git a/terraform/deployments/tfc-configuration/cdn-analytics.tf b/terraform/deployments/tfc-configuration/cdn-analytics.tf index 8d085c2a3..d9883b1fc 100644 --- a/terraform/deployments/tfc-configuration/cdn-analytics.tf +++ b/terraform/deployments/tfc-configuration/cdn-analytics.tf @@ -1,6 +1,6 @@ module "cdn-analytics-integration" { source = "alexbasista/workspacer/tfe" - version = "0.10.0" + version = "0.12.0" organization = var.organization workspace_name = "cdn-analytics-integration" @@ -33,7 +33,7 @@ module "cdn-analytics-integration" { module "cdn-analytics-staging" { source = "alexbasista/workspacer/tfe" - version = "0.10.0" + version = "0.12.0" organization = var.organization workspace_name = "cdn-analytics-staging" @@ -65,7 +65,7 @@ module "cdn-analytics-staging" { module "cdn-analytics-production" { source = "alexbasista/workspacer/tfe" - version = "0.10.0" + version = "0.12.0" organization = var.organization workspace_name = "cdn-analytics-production" diff --git a/terraform/deployments/tfc-configuration/chat.tf b/terraform/deployments/tfc-configuration/chat.tf index d076c3d25..6657c76ad 100644 --- a/terraform/deployments/tfc-configuration/chat.tf +++ b/terraform/deployments/tfc-configuration/chat.tf @@ -1,6 +1,6 @@ module "chat-integration" { source = "alexbasista/workspacer/tfe" - version = "0.10.0" + version = "0.12.0" organization = var.organization workspace_name = "chat-integration" @@ -34,7 +34,7 @@ module "chat-integration" { module "chat-staging" { source = "alexbasista/workspacer/tfe" - version = "0.10.0" + version = "0.12.0" organization = var.organization workspace_name = "chat-staging" @@ -68,7 +68,7 @@ module "chat-staging" { module "chat-production" { source = "alexbasista/workspacer/tfe" - version = "0.10.0" + version = "0.12.0" organization = var.organization workspace_name = "chat-production" diff --git a/terraform/deployments/tfc-configuration/cloudfront.tf b/terraform/deployments/tfc-configuration/cloudfront.tf index bc54936cf..9e4950c33 100644 --- a/terraform/deployments/tfc-configuration/cloudfront.tf +++ b/terraform/deployments/tfc-configuration/cloudfront.tf @@ -1,6 +1,6 @@ module "cloudfront-staging" { source = "alexbasista/workspacer/tfe" - version = "0.10.0" + version = "0.12.0" organization = var.organization workspace_name = "cloudfront-staging" @@ -33,7 +33,7 @@ module "cloudfront-staging" { module "cloudfront-production" { source = "alexbasista/workspacer/tfe" - version = "0.10.0" + version = "0.12.0" organization = var.organization workspace_name = "cloudfront-production" diff --git a/terraform/deployments/tfc-configuration/cluster-infrastructure.tf b/terraform/deployments/tfc-configuration/cluster-infrastructure.tf index 4fd63df69..fb4cca5a5 100644 --- a/terraform/deployments/tfc-configuration/cluster-infrastructure.tf +++ b/terraform/deployments/tfc-configuration/cluster-infrastructure.tf @@ -1,6 +1,6 @@ module "cluster-infrastructure-integration" { source = "alexbasista/workspacer/tfe" - version = "0.10.0" + version = "0.12.0" organization = var.organization workspace_name = "cluster-infrastructure-integration" @@ -33,7 +33,7 @@ module "cluster-infrastructure-integration" { module "cluster-infrastructure-staging" { source = "alexbasista/workspacer/tfe" - version = "0.10.0" + version = "0.12.0" organization = var.organization workspace_name = "cluster-infrastructure-staging" @@ -66,7 +66,7 @@ module "cluster-infrastructure-staging" { module "cluster-infrastructure-production" { source = "alexbasista/workspacer/tfe" - version = "0.10.0" + version = "0.12.0" organization = var.organization workspace_name = "cluster-infrastructure-production" diff --git a/terraform/deployments/tfc-configuration/cluster-services.tf b/terraform/deployments/tfc-configuration/cluster-services.tf index 431cdfd1f..e284a0af8 100644 --- a/terraform/deployments/tfc-configuration/cluster-services.tf +++ b/terraform/deployments/tfc-configuration/cluster-services.tf @@ -1,6 +1,6 @@ module "cluster-services-integration" { source = "alexbasista/workspacer/tfe" - version = "0.10.0" + version = "0.12.0" organization = var.organization workspace_name = "cluster-services-integration" @@ -32,7 +32,7 @@ module "cluster-services-integration" { module "cluster-services-staging" { source = "alexbasista/workspacer/tfe" - version = "0.10.0" + version = "0.12.0" organization = var.organization workspace_name = "cluster-services-staging" @@ -63,7 +63,7 @@ module "cluster-services-staging" { module "cluster-services-production" { source = "alexbasista/workspacer/tfe" - version = "0.10.0" + version = "0.12.0" organization = var.organization workspace_name = "cluster-services-production" diff --git a/terraform/deployments/tfc-configuration/csp-reporter.tf b/terraform/deployments/tfc-configuration/csp-reporter.tf index fe284dd6a..ab041bb96 100644 --- a/terraform/deployments/tfc-configuration/csp-reporter.tf +++ b/terraform/deployments/tfc-configuration/csp-reporter.tf @@ -1,6 +1,6 @@ module "csp-reporter-integration" { source = "alexbasista/workspacer/tfe" - version = "0.10.0" + version = "0.12.0" organization = var.organization workspace_name = "csp-reporter-integration" diff --git a/terraform/deployments/tfc-configuration/datagovuk-infrastructure.tf b/terraform/deployments/tfc-configuration/datagovuk-infrastructure.tf index 003e3e208..209246ef6 100644 --- a/terraform/deployments/tfc-configuration/datagovuk-infrastructure.tf +++ b/terraform/deployments/tfc-configuration/datagovuk-infrastructure.tf @@ -1,6 +1,6 @@ module "datagovuk-infrastructure-integration" { source = "alexbasista/workspacer/tfe" - version = "~>0.10.0" + version = "~> 0.12.0" organization = var.organization workspace_name = "datagovuk-infrastructure-integration" @@ -32,7 +32,7 @@ module "datagovuk-infrastructure-integration" { module "datagovuk-infrastructure-staging" { source = "alexbasista/workspacer/tfe" - version = "~>0.10.0" + version = "~> 0.12.0" organization = var.organization workspace_name = "datagovuk-infrastructure-staging" @@ -63,7 +63,7 @@ module "datagovuk-infrastructure-staging" { module "datagovuk-infrastructure-production" { source = "alexbasista/workspacer/tfe" - version = "~>0.10.0" + version = "~> 0.12.0" organization = var.organization workspace_name = "datagovuk-infrastructure-production" diff --git a/terraform/deployments/tfc-configuration/ecr.tf b/terraform/deployments/tfc-configuration/ecr.tf index 67fd1f81e..ea34d5cc5 100644 --- a/terraform/deployments/tfc-configuration/ecr.tf +++ b/terraform/deployments/tfc-configuration/ecr.tf @@ -1,6 +1,6 @@ module "ecr-production" { source = "alexbasista/workspacer/tfe" - version = "0.10.0" + version = "0.12.0" organization = var.organization workspace_name = "ecr-production" diff --git a/terraform/deployments/tfc-configuration/gcp-projects.tf b/terraform/deployments/tfc-configuration/gcp-projects.tf index f0a28806b..1e18f8426 100644 --- a/terraform/deployments/tfc-configuration/gcp-projects.tf +++ b/terraform/deployments/tfc-configuration/gcp-projects.tf @@ -1,6 +1,6 @@ module "gcp-ga4-analytics" { source = "alexbasista/workspacer/tfe" - version = "0.10.0" + version = "0.12.0" organization = var.organization workspace_name = "gcp-ga4-analytics" diff --git a/terraform/deployments/tfc-configuration/govuk-publishing-infrastructure.tf b/terraform/deployments/tfc-configuration/govuk-publishing-infrastructure.tf index 82f4c9bdc..1daa950cf 100644 --- a/terraform/deployments/tfc-configuration/govuk-publishing-infrastructure.tf +++ b/terraform/deployments/tfc-configuration/govuk-publishing-infrastructure.tf @@ -1,6 +1,6 @@ module "govuk-publishing-infrastructure-integration" { source = "alexbasista/workspacer/tfe" - version = "0.10.0" + version = "0.12.0" organization = var.organization workspace_name = "govuk-publishing-infrastructure-integration" @@ -34,7 +34,7 @@ module "govuk-publishing-infrastructure-integration" { module "govuk-publishing-infrastructure-staging" { source = "alexbasista/workspacer/tfe" - version = "0.10.0" + version = "0.12.0" organization = var.organization workspace_name = "govuk-publishing-infrastructure-staging" @@ -67,7 +67,7 @@ module "govuk-publishing-infrastructure-staging" { module "govuk-publishing-infrastructure-production" { source = "alexbasista/workspacer/tfe" - version = "0.10.0" + version = "0.12.0" organization = var.organization workspace_name = "govuk-publishing-infrastructure-production" diff --git a/terraform/deployments/tfc-configuration/mobile-backend.tf b/terraform/deployments/tfc-configuration/mobile-backend.tf index c20f2ce60..928ea02d8 100644 --- a/terraform/deployments/tfc-configuration/mobile-backend.tf +++ b/terraform/deployments/tfc-configuration/mobile-backend.tf @@ -1,6 +1,6 @@ module "mobile-backend-production" { source = "alexbasista/workspacer/tfe" - version = "0.10.0" + version = "0.12.0" organization = var.organization workspace_name = "mobile-backend-production" @@ -32,7 +32,7 @@ module "mobile-backend-production" { module "mobile-backend-staging" { source = "alexbasista/workspacer/tfe" - version = "0.10.0" + version = "0.12.0" organization = var.organization workspace_name = "mobile-backend-staging" @@ -64,7 +64,7 @@ module "mobile-backend-staging" { module "mobile-backend-integration" { source = "alexbasista/workspacer/tfe" - version = "0.10.0" + version = "0.12.0" organization = var.organization workspace_name = "mobile-backend-integration" diff --git a/terraform/deployments/tfc-configuration/opensearch.tf b/terraform/deployments/tfc-configuration/opensearch.tf index 2af731b60..2b922587f 100644 --- a/terraform/deployments/tfc-configuration/opensearch.tf +++ b/terraform/deployments/tfc-configuration/opensearch.tf @@ -1,6 +1,6 @@ module "opensearch-integration" { source = "alexbasista/workspacer/tfe" - version = "0.10.0" + version = "0.12.0" organization = var.organization workspace_name = "opensearch-integration" @@ -33,7 +33,7 @@ module "opensearch-integration" { module "opensearch-staging" { source = "alexbasista/workspacer/tfe" - version = "0.10.0" + version = "0.12.0" organization = var.organization workspace_name = "opensearch-staging" @@ -65,7 +65,7 @@ module "opensearch-staging" { module "opensearch-production" { source = "alexbasista/workspacer/tfe" - version = "0.10.0" + version = "0.12.0" organization = var.organization workspace_name = "opensearch-production" diff --git a/terraform/deployments/tfc-configuration/rds.tf b/terraform/deployments/tfc-configuration/rds.tf index 366ec7043..d843b5a94 100644 --- a/terraform/deployments/tfc-configuration/rds.tf +++ b/terraform/deployments/tfc-configuration/rds.tf @@ -1,6 +1,6 @@ module "rds-integration" { source = "alexbasista/workspacer/tfe" - version = "0.10.0" + version = "0.12.0" organization = var.organization workspace_name = "rds-integration" @@ -34,7 +34,7 @@ module "rds-integration" { module "rds-staging" { source = "alexbasista/workspacer/tfe" - version = "0.10.0" + version = "0.12.0" organization = var.organization workspace_name = "rds-staging" @@ -67,7 +67,7 @@ module "rds-staging" { module "rds-production" { source = "alexbasista/workspacer/tfe" - version = "0.10.0" + version = "0.12.0" organization = var.organization workspace_name = "rds-production" diff --git a/terraform/deployments/tfc-configuration/vpc.tf b/terraform/deployments/tfc-configuration/vpc.tf index 4481b8ef3..05c094534 100644 --- a/terraform/deployments/tfc-configuration/vpc.tf +++ b/terraform/deployments/tfc-configuration/vpc.tf @@ -1,6 +1,6 @@ module "vpc-integration" { source = "alexbasista/workspacer/tfe" - version = "~>0.10.0" + version = "~> 0.12.0" organization = var.organization workspace_name = "vpc-integration" @@ -34,7 +34,7 @@ module "vpc-integration" { module "vpc-staging" { source = "alexbasista/workspacer/tfe" - version = "~>0.10.0" + version = "~> 0.12.0" organization = var.organization workspace_name = "vpc-staging" @@ -67,7 +67,7 @@ module "vpc-staging" { module "vpc-production" { source = "alexbasista/workspacer/tfe" - version = "~>0.10.0" + version = "~> 0.12.0" organization = var.organization workspace_name = "vpc-production"