projects
/
awsible
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
initial commit of replacement infrastructure automation
[awsible]
/
infrastructure
/
management-stack
/
data_vpc.tf
1
data "terraform_remote_state" "vpc" {
2
backend = "s3"
3
config {
4
bucket = "${var.remote_state_bucket}"
5
region = "${var.region}"
6
key = "${var.environment}/vpc.tfstate"
7
dynamodb_table = "${var.remote_state_table}"
8
}
9
}