We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b94225d + 3673496 commit af94fbdCopy full SHA for af94fbd
.gitignore
@@ -34,6 +34,7 @@ output/
34
logs/
35
lightning_logs/
36
cache/
37
+model_cache/
38
.tokenizers_cache/
39
.transformers_cache/
40
__pycache__/
@@ -69,7 +70,6 @@ tag.txt
69
70
.docker/
71
72
# Kubernetes
-*.yaml
73
*.yml~
74
.kube/
75
*.crt
@@ -83,7 +83,6 @@ tag.txt
83
*.config
84
85
# Helm / Kustomize
86
-helm-charts/
87
88
*.release.yaml
89
terraform/variables.tf
@@ -23,7 +23,6 @@ variable "AWS_SECRET_ACCESS_KEY" {
23
variable "aws_role_arn" {
24
description = "value of the role_arn"
25
type = string
26
- default = "arn:aws:iam::008609291027:role/TerraformCloudRole"
27
}
28
29
# ---------------------
0 commit comments