Skip to content

Commit

Permalink
Merge pull request #1637 from alphagov/renovate/alexbasista-workspace…
Browse files Browse the repository at this point in the history
…r-tfe-0.x

Update Terraform alexbasista/workspacer/tfe to v0.12.0
  • Loading branch information
theseanything authored Jan 24, 2025
2 parents ef42288 + 78c79ae commit 75f5c75
Show file tree
Hide file tree
Showing 15 changed files with 36 additions and 36 deletions.
2 changes: 1 addition & 1 deletion terraform/deployments/tfc-bootstrap/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions terraform/deployments/tfc-configuration/cdn-analytics.tf
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions terraform/deployments/tfc-configuration/chat.tf
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions terraform/deployments/tfc-configuration/cloudfront.tf
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions terraform/deployments/tfc-configuration/cluster-services.tf
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion terraform/deployments/tfc-configuration/csp-reporter.tf
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion terraform/deployments/tfc-configuration/ecr.tf
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion terraform/deployments/tfc-configuration/gcp-projects.tf
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions terraform/deployments/tfc-configuration/mobile-backend.tf
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions terraform/deployments/tfc-configuration/opensearch.tf
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions terraform/deployments/tfc-configuration/rds.tf
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions terraform/deployments/tfc-configuration/vpc.tf
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 75f5c75

Please sign in to comment.