Giter Club home page Giter Club logo

devops-17-netology's Introduction

devops-17-netology

Local .terraform directories

*/.terraform/ будут проигнорированы все файлы находящиеся в дериктроии .terraform

.tfstate files

*.tfstate .tfstate. в корневой дериктории(дериктория расположения файла .gitignore) файла будут проигнорированы все файлы с расширением закнчивающимся на .tfstate также которые начинаются как угодно, в середине tfstate, заканчиваются тоже любыми знаками.

Crash log files

crash.log crash..log в корневой дериктории(дериктория расположения файла .gitignore) будет проигнорирован файл crash.log и любой файл вида crash..log(пример crash.rar.log)

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

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

control as they are data points which are potentially sensitive and subject

to change depending on the environment.

*.tfvars *.tfvars.json будут проигнорированы все файлы в корневой дериктории(дериктория расположения файла .gitignore) с расширением закнчивающимся на *.tfvars и *.tfvars.json

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

are not checked in

override.tf override.tf.json *_override.tf *_override.tf.json в корневой дериктории(дериктория расположения файла .gitignore) будут проигнорированы файлы override.tf и override.tf.json также в корневой дериктории будут проигнорированы все файлы вида *_override.tf и *_override.tf.json(пример 555_override.tf)

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 terraform.rc в корневой дериктории(дериктория расположения файла .gitignore) будут проигнорированы файлы конфигурации с именами .terraformrc и terraform.rc

devops-17-netology's People

Contributors

valdem88 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.