terraform-ecs:ECS集群的Terraform脚本

时间:2021-05-17 23:39:53
【文件属性】:
文件名称:terraform-ecs:ECS集群的Terraform脚本
文件大小:8KB
文件格式:ZIP
更新时间:2021-05-17 23:39:53
HCL terraform-ecs 最新版本: v2.0.1 用于创建ECS集群的Terraform模块。 可以设置几个来配置,例如,实例类型和可用性区域。 用法 可以在找到有关使用terraform模块的说明。强烈建议在使用此模块时,使用指向存储库的版本链接。 以下最小地形模板示例将使用提供的ssh公钥创建集群。 variable "ssh_public_key" { description = "the public key to allow ssh access to the clustered instances" } module "ecs" { source = "git::https://github.com/roylines/terraform-ecs?ref=v2.0.0" ssh_public_key = "${var.ssh_public_key}"
【文件预览】:
terraform-ecs-master
----provider.tf(46B)
----vpc.tf(189B)
----outputs.tf(375B)
----microservices.tf(1KB)
----variables.tf(2KB)
----user-data.sh(2KB)
----cluster.tf(2KB)
----user-data-bootstrap.sh(273B)
----ssh.tf(117B)
----log-groups.tf(81B)
----LICENSE(1KB)
----README.md(1023B)
----iam-instance.tf(2KB)
----.gitignore(60B)
----subnets.tf(859B)
----s3.tf(2KB)

网友评论