All checks were successful
Terraform Apply / Terraform Apply (push) Successful in 51s
7 lines
174 B
HCL
7 lines
174 B
HCL
terraform {
|
|
backend "s3" {
|
|
bucket = "tips-of-mine-terraform-bucket-backend"
|
|
key = "backend/aws-vpc/terraform.tfstate"
|
|
region = "eu-north-1"
|
|
}
|
|
} |