diff options
| author | lian-manonog <lian.manonog@gmail.com> | 2024-08-13 17:16:12 +0100 |
|---|---|---|
| committer | lian-manonog <lian.manonog@gmail.com> | 2024-08-13 17:16:12 +0100 |
| commit | 68a0b4740e1aab2c507547ab985c7c1dc436d9c9 (patch) | |
| tree | 17ae6ce650c27bbccd83869cc3aafe551afa1e03 /.gitignore | |
| parent | 0b38e6b20157cc0fe59dd3dc85905e18e0d0f555 (diff) | |
| download | de-project-bentley-68a0b4740e1aab2c507547ab985c7c1dc436d9c9.tar.gz de-project-bentley-68a0b4740e1aab2c507547ab985c7c1dc436d9c9.zip | |
wip: running terraform apply to continue fixing terraform infrastructure
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5861f48 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +*.tfstate +*.tfstate.* +*.tfvars +*.tfvars.json +.terraform.tfstate.lock.info
\ No newline at end of file |
