mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 18:30:13 +00:00
add terraform tfstate info
This commit is contained in:
@ -1,5 +1,7 @@
|
||||
terraform {
|
||||
backend "s3" {
|
||||
bucket = "noahmasur-terraform"
|
||||
key = "flame.tfstate"
|
||||
region = "us-east-1"
|
||||
use_lockfile = true
|
||||
}
|
||||
|
Reference in New Issue
Block a user