forked from Azure/missionlz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
33 lines (27 loc) · 831 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.
# Terraform artifacts
*.tfvars
*.terraform
*.tfstate
*.tfstate.*
terraform-provider-azurerm_v*
terraform-provider-random_v*
*.terraform.lock.hcl
# Terraform logs
crash.log
# Include tfplan files to ignore the plan output of command: terraform plan -out=tfplan
# example: *tfplan*
*plan*
!terraform-plan.yml
!src/bicep/**
*.plan*
# Mac files
.DS_Store
# Ignore deploymentVariables.json as it is specific to a single instantiation of MLZ
deploymentVariables.json
# 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
src/bicep/examples/tier3/tier3.json