Skip to content

Commit 6749403

Browse files
mv infra docs
1 parent 8cdd45c commit 6749403

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

.gitignore

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
# Terraform
2-
terraform/.terraform/
3-
terraform/.terraform.lock.hcl
4-
terraform/terraform.tfstate
5-
terraform/terraform.tfstate.backup
6-
terraform/*.tfvars
7-
terraform/.terraform.tfstate.lock.info
2+
infra/terraform/.terraform/
3+
infra/terraform/.terraform.lock.hcl
4+
infra/terraform/terraform.tfstate
5+
infra/terraform/terraform.tfstate.backup
6+
infra/terraform/*.tfvars
7+
infra/terraform/.terraform.tfstate.lock.info
88

99
# SSH Keys
10-
terraform/ssh_key.pem
11-
terraform/ssh_key.pem.pub
10+
infra/terraform/ssh_key.pem
11+
infra/terraform/ssh_key.pem.pub
1212

1313
# Kubeconfig
14-
terraform/kubeconfig.yaml
14+
infra/terraform/kubeconfig.yaml
1515

1616
# OS
1717
.DS_Store

0 commit comments

Comments
 (0)