Skip to content

Commit abc75f4

Browse files
committed
Update Terraform tfe to v0.77.0
1 parent 1f1dbd2 commit abc75f4

11 files changed

Lines changed: 11 additions & 11 deletions

File tree

terraform/deployments/cluster-access/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ terraform {
1414
}
1515
tfe = {
1616
source = "hashicorp/tfe"
17-
version = "~> 0.76.0"
17+
version = "~> 0.77.0"
1818
}
1919
# The AWS provider is only used here for remote state in remote.tf. Please
2020
# do not add AWS resources to this module.

terraform/deployments/cluster-services/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ terraform {
2626
}
2727
tfe = {
2828
source = "hashicorp/tfe"
29-
version = "~> 0.76.0"
29+
version = "~> 0.77.0"
3030
}
3131
# The AWS provider is only used here for remote state in remote.tf. Please
3232
# do not add AWS resources to this module.

terraform/deployments/elasticache/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ terraform {
1313
}
1414
tfe = {
1515
source = "hashicorp/tfe"
16-
version = "~> 0.76"
16+
version = "~> 0.77"
1717
}
1818
}
1919
}

terraform/deployments/gcp-search-api-v2/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ terraform {
1010
required_providers {
1111
tfe = {
1212
source = "hashicorp/tfe"
13-
version = "~> 0.76.0"
13+
version = "~> 0.77.0"
1414
}
1515
google = {
1616
source = "hashicorp/google"

terraform/deployments/gcp-search-api-v2/modules/search-api-v2/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
tfe = {
44
source = "hashicorp/tfe"
5-
version = "~> 0.76.0"
5+
version = "~> 0.77.0"
66
}
77
google = {
88
source = "hashicorp/google"

terraform/deployments/govuk-publishing-infrastructure/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ terraform {
2222
}
2323
tfe = {
2424
source = "hashicorp/tfe"
25-
version = "0.76.2"
25+
version = "0.77.0"
2626
}
2727
}
2828
}

terraform/deployments/release/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ terraform {
1010
required_providers {
1111
tfe = {
1212
source = "hashicorp/tfe"
13-
version = "~> 0.76.0"
13+
version = "~> 0.77.0"
1414
}
1515
aws = {
1616
source = "hashicorp/aws"

terraform/deployments/synthetic-test/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ terraform {
1010
required_providers {
1111
tfe = {
1212
source = "hashicorp/tfe"
13-
version = "~> 0.76.0"
13+
version = "~> 0.77.0"
1414
}
1515
aws = {
1616
source = "hashicorp/aws"

terraform/deployments/tfc-aws-config/provider.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ terraform {
1515
}
1616
tfe = {
1717
source = "hashicorp/tfe"
18-
version = "~> 0.76.0"
18+
version = "~> 0.77.0"
1919
}
2020
tls = {
2121
source = "hashicorp/tls"

terraform/deployments/tfc-bootstrap/provider.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ terraform {
1111
required_providers {
1212
tfe = {
1313
source = "hashicorp/tfe"
14-
version = "~> 0.76.0"
14+
version = "~> 0.77.0"
1515
}
1616
}
1717
}

0 commit comments

Comments
 (0)