terraform (>= 1.9, < 2.0) azurerm (~> 4.14) modtm (~> 0.3) random (~> 3.6) Providers The following providers are used by this module: azurerm (~> 4.14) modtm (~> 0.3) random (~> 3.6) Resources The following resources are used by this module: azurerm_management_lock...
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 ...
实现Terraform 代码 初始化 Terraform 创建Terraform 执行计划 显示另外 5 个 适用于:✔️ Windows VM 本文介绍了如何使用 Terraform 在 Azure 中创建一个 Windows VM 群集(其中包含三个 Windows VM 实例)。 使用random_pet 为Azure 资源组名称创建一个随机值。 使用azurerm_resource_group 创建Azure 资源组...
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...
Terraform 的 Azure 远程后端:我们将 Terraform 状态文件存储在远程后端位置。需要一个资源组、Azure 存储帐户和一个容器 GitHub 帐户和 GitHub 存储库:需要一个 GitHub 帐户来创建 GitHub Repo和 GitHub Action。 创建服务主体 安装Azure CLI,然后运行如下命令登录到Azure: ...
.github Initial commit Mar 5, 2024 .vscode Initial commit Mar 5, 2024 examples Initial commit Mar 5, 2024 modules Initial commit Mar 5, 2024 tests Initial commit Mar 5, 2024 .gitignore Initial commit Mar 5, 2024 .terraform-docs.yml Initial commit Mar 5, 2024 CODE_OF_CONDUCT.md Initial...
Usage in Terraform 0.13 provider "azurerm" { features {} } resource "azurerm_resource_group" "example" { name = "example-resources" location = "West Europe" } module "linuxservers" { source = "Azure/compute/azurerm" resource_group_name = azurerm_resource_group.example.name vm_os_simple...
Azure landing zones Terraform module. Contribute to msccde/terraform-azurerm-caf-enterprise-scale development by creating an account on GitHub.
module "langfuse" { source = "github.com/langfuse/langfuse-terraform-azure?ref=0.1.0" domain = "langfuse.example.com" location = "westeurope" # Optional: defaults to westeurope # Optional use a different name for your installation # e.g. when using the module multiple times on the sam...
terraform >= 1.0 azuread >= 2.45.0 azurerm >= 3.75.0 helm ~> 2.0 kubernetes ~> 2.0 Providers No providers. Modules NameSourceVersion aks ./modules/aks n/a database ./modules/database n/a operator github.com/MaterializeInc/terraform-helm-materialize v0.1.7 storage ./modules/storage n/...