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