mirror of
https://github.com/farcasclaudiu/terraform-course.git
synced 2026-06-29 05:02:23 +03:00
@@ -0,0 +1,7 @@
|
||||
terraform {
|
||||
backend "s3" {
|
||||
bucket = "terraform-state-xx70dpnh"
|
||||
key = "terraform.tfstate"
|
||||
region = "eu-west-1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user