Add infrastructure bucket for storing assets
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
terraform {
|
||||
backend "s3" {
|
||||
bucket = "a13labs.infra"
|
||||
key = "a13labs-iac.tfstate"
|
||||
region = "us-east-1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user