Code Monkey home page Code Monkey logo

devops-netology's Introduction

devops-netology

Local .terraform directories

**/.terraform/* - исключить все файлы, находящиеся в любой поддиректории с именем .terraform

.tfstate files

*.tfstate - исключить все файлы в текущей директории, имя которых заканчивается на .tfstate

*.tfstate.* - исключить все файлы в текущей директории, имя которых содержит .tfstate.

Crash log files

crash.log - исключить файл crash.log в текущей директории

Exclude all .tfvars files, which are likely to contain sentitive data, such as

password, private keys, and other secrets. These should not be part of version

to change depending on the environment.

*.tfvars - исключить все файлы в текущей директории, имя которых заканчивается на .tfvars

Ignore override files as they are usually used to override resources locally and so

are not checked in

override.tf - исключить файл override.tf в текущей директории

override.tf.json - исключить файл override.tf.json в текущей директории

*_override.tf - исключить все файлы, имя которых оканчивается на _override.tf в текущей директории

*_override.tf.json - исключить все файлы, имя которых оканчивается на _override.tf.json в текущей директории

Include override files you do wish to add to version control using negated pattern

!example_override.tf

Include tfplan files to ignore the plan output of command: terraform plan -out=tfplan

example: tfplan

Ignore CLI configuration files

.terraformrc - исключить файл .terraformrc в текущей директории

terraform.rc - исключить файл terraform.rc в текущей директории

devops-netology's People

Contributors

kostidan avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.