init
This commit is contained in:
7
aws_runner/backend.tf
Normal file
7
aws_runner/backend.tf
Normal file
@@ -0,0 +1,7 @@
|
||||
terraform {
|
||||
backend "s3" {
|
||||
bucket = "company-s3-tfstate-bucket-eu-central-1"
|
||||
region = "eu-central-1"
|
||||
key = "s3-prod-mybucket-python-testing-1234999"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user