Guest User

Untitled

a guest
Nov 18th, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. data "terraform_remote_state" "not_immutable" {
  2. backend = "s3"
  3. config {
  4. bucket = "bucket_name"
  5. key = "env:/${terraform.env}/tfstate/not_immutable/terraform.tfstate"
  6. region = "ap-northeast-1"
  7. }
  8. }
Add Comment
Please, Sign In to add comment