terraform azure vnet:Azure VNet terraform模块 源码
terraform-azure-vnet 模块。 如所提供的变量所指定的,这将创建一个Azure虚拟网络和多个子网。 检查以了解变量结构; 例如值。 安装 此模块要求在本地安装以下组件: 它还要求有一个现有的在其中放置VNet组件。 用法 登录到Azure docker run -it -v $HOME /.azure:/root/.azure mcr.microsoft.com/azure-cli az login 创建虚拟网络 # set the values below to reflect the resource group and remote storage export TF_VAR_resource_group_name= export TF_VAR_storage_account_name= export TF_VAR_container_name= # init
文件列表
terraform-azure-vnet-main.zip
(预估有个9文件)
terraform-azure-vnet-main
provider.tf
72B
outputs.tf
110B
variables.tf
355B
terraform.tf
69B
variables.tfvars
272B
LICENSE
11KB
README.md
2KB
main.tf
781B
.gitignore
53B
暂无评论