aboutsummaryrefslogtreecommitdiffstats
path: root/terraform/main.tf
diff options
context:
space:
mode:
authorAlex Schofield <git@ajschof.me>2024-08-14 16:38:36 +0100
committerAlex Schofield <git@ajschof.me>2024-08-14 16:38:36 +0100
commit911b2a4ba08e59f46a53b5252a044a5853796f78 (patch)
tree6487d5e75043b04150cb730b249cdbb82c249970 /terraform/main.tf
parent101e1e24cb38b6a45661b723881e2b2d6dd2fb07 (diff)
downloadde-project-bentley-911b2a4ba08e59f46a53b5252a044a5853796f78.tar.gz
de-project-bentley-911b2a4ba08e59f46a53b5252a044a5853796f78.zip
test(tf): attempt to solve ResourceConflictException
Diffstat (limited to 'terraform/main.tf')
-rw-r--r--terraform/main.tf26
1 files changed, 13 insertions, 13 deletions
diff --git a/terraform/main.tf b/terraform/main.tf
index 2a048b9..3b06701 100644
--- a/terraform/main.tf
+++ b/terraform/main.tf
@@ -1,26 +1,26 @@
terraform {
required_providers {
aws = {
- source = "hashicorp/aws"
- version = "~>5.0"
+ source = "hashicorp/aws"
+ version = "~>5.0"
}
}
backend "s3" {
bucket = "bentley-project-secrets"
- key = "bentley-project/terraform.tfstate"
+ key = "bentley-project/terraform.tfstate"
region = "eu-west-2"
}
}
provider "aws" {
- region = "eu-west-2"
- default_tags {
- tags = {
- ProjectName = "Terrific-Totes"
- Team = "Team-Bentley"
- Environment = "Dev"
- GitHubRepo = "de-project-bentley"
- ManagedBy = "Terraform"
- }
+ region = "eu-west-2"
+ default_tags {
+ tags = {
+ ProjectName = "Terrific-Totes"
+ Team = "Team-Bentley"
+ Environment = "Dev"
+ GitHubRepo = "de-project-bentley"
+ ManagedBy = "Terraform"
}
-} \ No newline at end of file
+ }
+}
git.ajschof.me — hosted by ajschofield — powered by cgit