terraform-azurerm-avm-res-web-hostingenvironment This is the web hosting environment (App Service Environment) resource module for the Azure Verified Modules library. This module deploys an App Service Environment (ASE). It leverages the AzureRM provider and sets a number of initial defaults to ...
.github/workflows build: add cd pipeline Dec 6, 2024 app feat: sample express server Dec 3, 2024 terraform build: add cd pipeline Dec 6, 2024 tests test: add test dep and sample cases Dec 3, 2024 .azure-pipelines.yml build: azure pipline for tests and dockerfile Dec 3, 2024 .gitig...
terraform-azurerm-avm-templateThis is a template repo for Terraform Azure Verified Modules.Things to do:Set up a GitHub repo environment called test. Configure environment protection rule to ensure that approval is required before deploying to this environment. Create a user-assigned managed identity...
terraform-azurerm-avm-res-avs-privatecloud This repo is used for the Azure Verified Modules version of an Azure VMWare Solution Private Cloud resource. It includes definitions for the following common AVM interface types: Tags, Locks, Resource Level Role Assignments, Diagnostic Settings, Managed ...
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...
(https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/virtual_machine_data_disk_attachment) | resource | ### main.tf | Name | Type | |---|---| | [azurerm_linux_virtual_machine.this](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources...
terraform (>= 1.5.0) azapi (>= 1.9.0, < 2.0) azurerm (>= 3.71.0, < 4.0) random (>= 3.5.0, < 4.0) ProvidersThe following providers are used by this module:azapi (>= 1.9.0, < 2.0) azurerm (>= 3.71.0, < 4.0) random (>= 3.5.0, < 4.0) ResourcesThe following...
1,106 Commits .devcontainer .github module provider quickstart samples scripts solution_template/vm-linux-terraform test .gitignore .gitmodules CODE_OF_CONDUCT.md GNUmakefile LICENSE README.md SECURITY.md Contributing This project welcomes contributions and suggestions. ...
A module used to deploy API Management resources. Contribute to libre-devops/terraform-azurerm-api-management development by creating an account on GitHub.
First clone the repository to: $GOPATH/src/github.com/microsoft/terraform-provider-azuredevops $ mkdir -p $GOPATH/src/github.com/terraform-providers && cd "$_" $ git clone git@github.com:microsoft/terraform-provider-azuredevops.git $ cd terraform-provider-azuredevops Once you've cloned, ...