Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 7s
9 lines
279 B
HCL
9 lines
279 B
HCL
terraform {
|
|
backend "s3" {
|
|
bucket = "terraform-aws-bucket"
|
|
key = "tips-of-mine-terraform-bucket/backend/terraform.tfstate"
|
|
access_key = "AKIAZ5G4HREH6HLZY3LF"
|
|
secret_key = "f/xeCGZbTO+4JhjKvWy9RkrlQpm8xOu0x9z0C0Jo"
|
|
region = "eu-north-1"
|
|
}
|
|
} |