Actualiser state.tf
All checks were successful
Terraform Apply / Terraform Apply (push) Successful in 51s
All checks were successful
Terraform Apply / Terraform Apply (push) Successful in 51s
This commit is contained in:
2
state.tf
2
state.tf
@@ -1,6 +1,6 @@
|
|||||||
terraform {
|
terraform {
|
||||||
backend "s3" {
|
backend "s3" {
|
||||||
bucket = "tips-of-mine-terraform-bucket"
|
bucket = "tips-of-mine-terraform-bucket-backend"
|
||||||
key = "backend/aws-vpc/terraform.tfstate"
|
key = "backend/aws-vpc/terraform.tfstate"
|
||||||
region = "eu-north-1"
|
region = "eu-north-1"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user