initial commit of replacement infrastructure automation
authorJustin Wind <j.wind@partner.samsung.com>
Mon, 11 Sep 2017 22:30:37 +0000 (15:30 -0700)
committerJustin Wind <j.wind@partner.samsung.com>
Mon, 11 Sep 2017 22:30:37 +0000 (15:30 -0700)
commit8576668075ca95e44481d9c9ed29d7e6af024bdc
tree40ca9f856211c7aa478c8faea776d4888e62a5f9
parent933c48ff1e134168de3aaa2d20e4d43c13d04928
initial commit of replacement infrastructure automation
47 files changed:
infrastructure/BOOTSTRAP.md [new file with mode: 0644]
infrastructure/generate-backend-configs.sh [new file with mode: 0755]
infrastructure/management-stack/data_vpc.tf [new file with mode: 0644]
infrastructure/management-stack/main.tf [new file with mode: 0644]
infrastructure/management-stack/outputs.tf [new file with mode: 0644]
infrastructure/management-stack/terraform.tfvars [new symlink]
infrastructure/management-stack/variables.tf [new file with mode: 0644]
infrastructure/modules/management-stack/README.md [new file with mode: 0644]
infrastructure/modules/management-stack/iam.tf [new file with mode: 0644]
infrastructure/modules/management-stack/management.tf [new file with mode: 0644]
infrastructure/modules/management-stack/outputs.tf [new file with mode: 0644]
infrastructure/modules/management-stack/queues.tf [new file with mode: 0644]
infrastructure/modules/management-stack/user-data.tpl [new file with mode: 0644]
infrastructure/modules/management-stack/variables.tf [new file with mode: 0644]
infrastructure/modules/management-stack/version.tf [new file with mode: 0644]
infrastructure/modules/terraform-infrastructure/main.tf [new file with mode: 0644]
infrastructure/modules/terraform-infrastructure/outputs.tf [new file with mode: 0644]
infrastructure/modules/terraform-infrastructure/variables.tf [new file with mode: 0644]
infrastructure/modules/tf_aws_asg_stack/README.md [new file with mode: 0644]
infrastructure/modules/tf_aws_asg_stack/iam.tf [new file with mode: 0644]
infrastructure/modules/tf_aws_asg_stack/main.tf [new file with mode: 0644]
infrastructure/modules/tf_aws_asg_stack/outputs.tf [new file with mode: 0644]
infrastructure/modules/tf_aws_asg_stack/user-data.tpl [new file with mode: 0644]
infrastructure/modules/tf_aws_asg_stack/variables.tf [new file with mode: 0644]
infrastructure/modules/tf_aws_asg_stack/version.tf [new file with mode: 0644]
infrastructure/modules/tf_aws_vpc/README.md [new file with mode: 0644]
infrastructure/modules/tf_aws_vpc/main.tf [new file with mode: 0644]
infrastructure/modules/tf_aws_vpc/outputs.tf [new file with mode: 0644]
infrastructure/modules/tf_aws_vpc/variables.tf [new file with mode: 0644]
infrastructure/modules/tf_aws_vpc/version.tf [new file with mode: 0644]
infrastructure/modules/vpcaccess-stack/main.tf [new file with mode: 0644]
infrastructure/modules/vpcaccess-stack/outputs.tf [new file with mode: 0644]
infrastructure/modules/vpcaccess-stack/variables.tf [new file with mode: 0644]
infrastructure/terraform-infrastructure/main.tf [new file with mode: 0644]
infrastructure/terraform-infrastructure/outputs.tf [new file with mode: 0644]
infrastructure/terraform-infrastructure/terraform.tfvars [new symlink]
infrastructure/terraform-infrastructure/variables.tf [new file with mode: 0644]
infrastructure/terraform.tfvars [new file with mode: 0644]
infrastructure/vpc/main.tf [new file with mode: 0644]
infrastructure/vpc/outputs.tf [new file with mode: 0644]
infrastructure/vpc/terraform.tfvars [new symlink]
infrastructure/vpc/variables.tf [new file with mode: 0644]
infrastructure/vpcaccess-stack/data_management-stack.tf [new file with mode: 0644]
infrastructure/vpcaccess-stack/data_vpc.tf [new file with mode: 0644]
infrastructure/vpcaccess-stack/main.tf [new file with mode: 0644]
infrastructure/vpcaccess-stack/outputs.tf [new file with mode: 0644]
infrastructure/vpcaccess-stack/variables.tf [new file with mode: 0644]