Skip to content

Commit

Permalink
Generator TF ready.
Browse files Browse the repository at this point in the history
  • Loading branch information
innovia committed Feb 6, 2023
1 parent f7b67dc commit a60306c
Show file tree
Hide file tree
Showing 21 changed files with 2,899 additions and 0 deletions.
37 changes: 37 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@
*.dll
*.so
*.dylib
*tfplan*

# Local .terraform directories
**/.terraform/*

# .tfstate files
*.tfstate
*.tfstate.*
*.tfstate*


# Test binary, built with `go test -c`
*.test
Expand All @@ -13,3 +23,30 @@

# Dependency directories (remove the comment below to include it)
# vendor/

# Ignore any .tfvars files that are generated automatically for each Terraform run. Most
# .tfvars files are managed as part of configuration and so should be included in
# version control.
#
*.tfvars

# 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

# 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*

# IntelliJ
.idea

# vscode
.vscode

Loading

0 comments on commit a60306c

Please sign in to comment.