Skip to content

Commit af94fbd

Browse files
authored
Merge pull request #2 from meleksabit/feature/terraform-infra
feat: add terraform infra
2 parents b94225d + 3673496 commit af94fbd

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ output/
3434
logs/
3535
lightning_logs/
3636
cache/
37+
model_cache/
3738
.tokenizers_cache/
3839
.transformers_cache/
3940
__pycache__/
@@ -69,7 +70,6 @@ tag.txt
6970
.docker/
7071

7172
# Kubernetes
72-
*.yaml
7373
*.yml~
7474
.kube/
7575
*.crt
@@ -83,7 +83,6 @@ tag.txt
8383
*.config
8484

8585
# Helm / Kustomize
86-
helm-charts/
8786
.kube/
8887
*.release.yaml
8988

terraform/variables.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ variable "AWS_SECRET_ACCESS_KEY" {
2323
variable "aws_role_arn" {
2424
description = "value of the role_arn"
2525
type = string
26-
default = "arn:aws:iam::008609291027:role/TerraformCloudRole"
2726
}
2827

2928
# ---------------------

0 commit comments

Comments
 (0)