github.com/terraform-modules-krish/terratest@v0.29.0/.gitignore (about)

     1  # Terraform files
     2  .terraform
     3  terraform.tfstate
     4  terraform.tfvars
     5  *.tfstate*
     6  .terragrunt
     7  .terragrunt-cache
     8  
     9  .idea
    10  .vscode
    11  *.iml
    12  vendor
    13  
    14  # Folder used to store temporary test data by Terratest
    15  .test-data
    16  
    17  # rbenv
    18  .ruby-version
    19  
    20  # OS X
    21  .DS_Store
    22  # Intermediate file for testing
    23  kubeconfig