terraform-hcloud-networks:用于管理Hetzner Cloud中的网络,路由和子网的Terraform模块

时间:2024-03-21 21:19:09
【文件属性】:

文件名称:terraform-hcloud-networks:用于管理Hetzner Cloud中的网络,路由和子网的Terraform模块

文件大小:12KB

文件格式:ZIP

更新时间:2024-03-21 21:19:09

terraform-module hetzner-cloud hetzner-cloud-networks HCL

terraform-hcloud-networks 用于在管理网络,路由和子网的模块。 它实现了以下资源: 用法 module " network " { source = " github.com/peterpramb/terraform-hcloud-networks?ref= " networks = [ { name = " network-1 " ip_range = " 10.0.0.0/16 " routes = [ { destination = " 192.168.100.0/24 " gateway = " 10.0.0.100 " } ] subnets = [


【文件预览】:
terraform-hcloud-networks-master
----.gitignore(774B)
----main.tf(2KB)
----variables.tf(3KB)
----LICENSE(1KB)
----outputs.tf(2KB)
----examples()
--------calculate-subnets()
--------multiple-networks()
----README.md(7KB)
----versions.tf(404B)
----.gitattributes(12B)

网友评论