文件名称:IAC_terr_AWS
文件大小:875KB
文件格式:ZIP
更新时间:2024-04-08 19:32:36
HCL
使用创建VPC资源的AWS环境。 创建了以下资源: 配合使用terraform.tfvars文件 module " storage " { source = " ./storage " project_name = " ${ var . project_name } " } module " networking " { source = " ./networking " vpc_cidr = " ${ var . vpc_cidr } " public_cidrs = " ${ var . public_cidrs } " access_ip = " ${ var . access_ip } " } module " compute " { source = " ./compute " inst
【文件预览】:
IAC_terr_AWS-master
----.gitignore(143B)
----networking()
--------main.tf(3KB)
--------variables.tf(205B)
--------outputs.tf(613B)
----main.tf(3KB)
----variables.tf(2KB)
----storage()
--------main.tf(915B)
--------variables.tf(78B)
--------outputs.tf(68B)
----provider.tf(159B)
----backend.tf(254B)
----LICENSE(1KB)
----outputs.tf(998B)
----static()
--------architecture.png(28KB)
--------Screen Shot 2018-05-21 at 10.06.10 PM.png(614KB)
--------aws.png(12KB)
--------Screen Shot 2018-05-21 at 10.07.40 PM.png(262KB)
----.github()
--------workflows()
----compute()
--------main.tf(1KB)
--------variables.tf(546B)
--------outputs.tf(310B)
--------userdata.tpl(147B)
----loadbalancer()
--------main.tf(3KB)
--------variables.tf(2KB)
--------outputs.tf(226B)
----README.md(4KB)