terraform aws asg elb module:此存储库用于在模块模式下与ELB一起创建AWS ASG 源码
Terraform-14 此存储库是为具有ELB和启动模板的AWS ASG构建的。 要求: 请使用terraform 0.14.7或更高版本 请复制下面的代码粘贴到模块中,以便可以使用asg_with_lt进行部署 module "wordpress" { source = "janashj/aws/asg-elb" app_name = "wordpress" aws_region = "us-east-1" desired_capacity = 1 max_size = 99 min_size = 1 key_name = "wordpress_key" key_location = "~/.ssh/id_rsa.pub" ssh_cidr_bl
文件列表
terraform-aws-asg-elb-module-master.zip
(预估有个10文件)
terraform-aws-asg-elb-module-master
key.tf
108B
variable.tf
225B
image.tf
816B
provider.tf
44B
README.md
628B
elb.tf
831B
lt.tf
380B
asg.tf
737B
sec_group.tf
695B
暂无评论