Copy

PHOTO EMBED

Sun Mar 24 2024 15:48:02 GMT+0000 (Coordinated Universal Time)

Saved by @Vivekstyn

terraform {
  backend "s3" {
    bucket = "example-demo-terra-ankey-231"
    key    = "path/vivek"
    region = "us-east-1"
  }
}
content_copyCOPY