2021-02-26 01:27:56 +03:00
|
|
|
# Copyright (c) Microsoft Corporation.
|
|
|
|
# Licensed under the MIT License.
|
2021-09-22 18:57:05 +03:00
|
|
|
|
2021-02-26 01:27:56 +03:00
|
|
|
# Terraform artifacts
|
|
|
|
*.tfvars
|
|
|
|
*.terraform
|
|
|
|
*.tfstate
|
2021-06-30 01:35:37 +03:00
|
|
|
*.tfstate.*
|
2021-02-26 01:27:56 +03:00
|
|
|
terraform-provider-azurerm_v*
|
|
|
|
terraform-provider-random_v*
|
2021-03-23 20:37:58 +03:00
|
|
|
*.terraform.lock.hcl
|
2021-02-26 01:27:56 +03:00
|
|
|
|
2021-08-11 00:49:02 +03:00
|
|
|
# Terraform logs
|
|
|
|
crash.log
|
|
|
|
|
|
|
|
# Include tfplan files to ignore the plan output of command: terraform plan -out=tfplan
|
|
|
|
# example: *tfplan*
|
|
|
|
*plan*
|
2022-02-10 23:09:28 +03:00
|
|
|
!terraform-plan.yml
|
2021-11-24 20:38:02 +03:00
|
|
|
!src/bicep/**
|
2021-08-11 00:49:02 +03:00
|
|
|
*.plan*
|
|
|
|
|
2021-02-26 01:27:56 +03:00
|
|
|
# Mac files
|
|
|
|
.DS_Store
|
2021-11-24 20:38:02 +03:00
|
|
|
|
|
|
|
# Ignore deploymentVariables.json as it is specific to a single instantiation of MLZ
|
2021-12-16 21:40:42 +03:00
|
|
|
deploymentVariables.json
|
2022-01-14 17:37:58 +03:00
|
|
|
|
|
|
|
# Ignore compiled bicep files from the examples that use the shared deployment variables file pattern.
|
|
|
|
src/bicep/examples/appServicePlan/appService.json
|
|
|
|
src/bicep/examples/containerRegistry/contRegistry.json
|
|
|
|
src/bicep/examples/keyVault/azureKeyVault.json
|
2022-04-04 21:39:43 +03:00
|
|
|
src/bicep/examples/tier3/tier3.json
|