没有合适的资源?快使用搜索试试~ 我知道了~
terraform-module-security-group
共5个文件
tf:3个
md:1个
gitignore:1个
需积分: 8 0 下载量 67 浏览量
2021-03-07
16:32:38
上传
评论
收藏 2KB ZIP 举报
温馨提示
通用安全组Terraform模块 用法示例 module "my-sg" { source = "git@github.com:stain89/terraform-module-security-group.git" vpc_id = "vpc-a27e94ea" name = "test" environment = "dev" aws_region = "eu-central-1" } resource "aws_security_group_rule" "allow_postgresql" { type = "ingress" from_port = 5432 to_port = 5432 protocol = "tcp" source_secu
资源推荐
资源详情
资源评论
收起资源包目录
terraform-module-security-group-main.zip (5个子文件)
terraform-module-security-group-main
variable.tf 555B
.gitignore 716B
main.tf 248B
output.tf 65B
README.md 541B
共 5 条
- 1
资源评论
weixin_42128015
- 粉丝: 25
- 资源: 4640
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功