terraform-azure-azure-linux-vm-public

所属分类:Telnet客户端/Shell
开发工具:HCL
文件大小:0KB
下载次数:0
上传日期:2023-08-09 14:50:58
上 传 者sh-1993
说明:  在指定的Azure区域中,在公共子网中创建Ubuntu web服务器。允许来自任何位置的传入HTTP。允许从RFC1918执行ping。允许,
(In specified Azure region, create an Ubuntu web server in public subnet. Allow incoming HTTP from any where. Allow ping from RFC1918. Allow,)

文件列表:
LICENSE (1069, 2023-08-09)
main.tf (5044, 2023-08-09)
outputs.tf (627, 2023-08-09)
variables.tf (1416, 2023-08-09)

# terraform-azure-azure-linux-vm-public In specified Azure region, create an Ubuntu web server in public subnet. Allow incoming HTTP from any where. Allow ping from RFC1918. Allow SSH from your egress public IP. ## Breaking change in 3.0 release In 2.0 release, the module have a local Provider configuration, it doesn't support use of count, for_each, or depends_on arguments when calling 2.0 release module. I have removed provider configuration from the module, you will have to declare following providers in your code: ``` terraform { required_providers { azurerm = { source = "hashicorp/azurerm" } http = { source = "hashicorp/http" } } } # Configure the Microsoft Azure Provider provider "azurerm" { features {} } ```

近期下载者

相关文件


收藏者