mirror of
https://github.com/farcasclaudiu/terraform-course.git
synced 2026-06-22 07:01:56 +03:00
ef34e41349
* packer jenkins update
8 lines
133 B
Terraform
8 lines
133 B
Terraform
terraform {
|
|
backend "s3" {
|
|
bucket = "terraform-state-xx70dpnh"
|
|
key = "terraform.tfstate"
|
|
region = "eu-west-1"
|
|
}
|
|
}
|