First version

This commit is contained in:
2023-05-01 07:04:56 +02:00
parent e353306129
commit 20c5d9c4ba
8 changed files with 361 additions and 3 deletions

8
.gitignore vendored
View File

@ -5,7 +5,8 @@
.LSOverride
# Icon must end with two \r
Icon
Icon
# Thumbnails
._*
@ -224,8 +225,8 @@ tags
crash.log
# Exclude all .tfvars files, which are likely to contain sentitive data, such as
# 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
# 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
@ -248,3 +249,4 @@ override.tf.json
.terraformrc
terraform.rc
.python-version