Created
June 29, 2018 21:46
-
-
Save robinbowes/53231ffcc711d3d7c9bf37bae0c82b71 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[terragrunt] 2018/06/29 22:45:27 Running command: terraform state show terraform_remote_state.vpc | |
id = 2018-06-29 20:38:21.841932892 +0000 UTC | |
backend = s3 | |
cidr_block = 172.18.0.0/16 | |
config.% = 3 | |
config.bucket = acme-terraform-state-global | |
config.key = aws/aws/us-east-1/vpc/terraform.tfstate | |
config.region = us-east-1 | |
environment = default | |
name = acme.com | |
private_subnet_ids.# = 3 | |
private_subnet_ids.0 = subnet-7e4e3727 | |
private_subnet_ids.1 = subnet-091d7f22 | |
private_subnet_ids.2 = subnet-cdf5d2ba | |
public_subnet_ids.# = 3 | |
public_subnet_ids.0 = subnet-f31c7ed8 | |
public_subnet_ids.1 = subnet-e6f5d291 | |
public_subnet_ids.2 = subnet-5e4e3707 | |
vpc_id = vpc-df7066ba | |
workspace = default |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment