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