Actions: wso2/azure-terraform-modulesActions All workflows TF Formatting Check TF Linter Check Trivy Scan Management Caches Attestations All workflows Showing runs from all workflows 747 workflow runs Event Status Branch Actor Api policy fragment modules ...
NameVersion terraform >= 1.3 azurerm >= 3.11, < 4.0 random >=3.0.0 Providers NameVersion azurerm >= 3.11, < 4.0 random >=3.0.0 Modules NameSourceVersion os ./os n/a Resources NameType azurerm_availability_set.vm resource azurerm_managed_disk.vm_data_disk resource azurerm_managed_disk...
Set Service Principal of Azure for Terraform Configure Azure Service Principal Prepare for Native Run If you're a big fan of everything in native, please run the below script to set up the environment: $ sudo ./env_setup.sh Prepare for Docker Run If you're a big fan of using Docker...
terraform-azurerm-avm-res-app-containerapp This is a template repo for Terraform Azure Verified Container App Modules. This module DOES NOT contain other Container App related resource, including azurerm_container_app_environment. Requirements The following requirements are needed by this module: terraf...
mkdir -p $GOPATH/src/github.com/aztfmod; cd $GOPATH/src/github.com/aztfmod git clone https://github.com/aztfmod/terraform-provider-azurecaf.git Enter the provider directory and build the provider cd $GOPATH/src/github.com/aztfmod/terraform-provider-azurecaf make build Developing the pro...
This method is useful if you want each user to have their own assignment and you want to maintain access with Terraform.Full example here. module"avd"{source="decensas/azure-virtual-desktop/azurerm"version="0.1.2"system_name="avd"resource_group_name=azurerm_resource_group.main.namedata_locat...
terraform-azurerm-avm-res-app-managedenvironment Module to deploy Container Apps Managed Environments in Azure.-> Major version Zero (0.y.z) is for initial development. Anything MAY change at any time. A module SHOULD NOT be considered stable till at least it is major version one (1.0.0)...
Please refer to ./modules/windows-web-app/README.md service_plan Service Plan output object. Please refer to https://github.com/claranet/terraform-azurerm-app-service-plan/blob/master/README.md#outputs Related documentation Microsoft Azure documentation: docs.microsoft.com/en-us/azure/app-...
module "jumpbox" { source = "github.com/canada-ca-terraform-modules/azurerm_windows_virtual_machine?ref=20200622.1" name = "jumpbox" resource_group = "some-RG-Name" admin_username = "someusername" admin_password = "${azurerm_key_vault_secret.thevmpassword.name}" nic_subnetName = "some...
Global versioning rule for Claranet Azure modules Module versionTerraform versionAzureRM version >= 7.x.x 1.3.x >= 3.0 >= 6.x.x 1.x >= 3.0 >= 5.x.x 0.15.x >= 2.0 >= 4.x.x 0.13.x / 0.14.x >= 2.0 >= 3.x.x 0.12.x >= 2.0 >= 2.x.x 0.12.x < 2.0 < 2.x.x ...