Skip to content

Commit

Permalink
tf fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleOps committed Dec 4, 2024
1 parent 45069bb commit 3868d78
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions backup/deployments.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ spec:
- name: copy-ig
image: {{ .Values.inferno.imageUrl }}
imagePullPolicy: Always
command: ["bash", "-c", "cp /opt/inferno/lib/inferno_platform_template/igs/*.tgz /home/igs"] # for dev/non core image
# command: ["bash", "-c", "cp /opt/inferno/lib/au_core_test_kit/igs/*.tgz /home/igs"] #for prod / core image
# command: ["bash", "-c", "cp /opt/inferno/lib/inferno_platform_template/igs/*.tgz /home/igs"] # for dev/non core image
command: ["bash", "-c", "cp /opt/inferno/lib/au_core_test_kit/igs/*.tgz /home/igs"] #for prod / core image
volumeMounts:
- name: igs
mountPath: /home/igs
Expand Down
2 changes: 1 addition & 1 deletion infra/aws-impl/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ resource "helm_release" "inferno" {
chart = "../helm/inferno"
namespace = local.env_name
create_namespace = true
reset_values = true
reset_values = true

values = [
file("../helm/inferno/values.yaml"),
Expand Down
10 changes: 5 additions & 5 deletions infra/aws-impl/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ provider "helm" {
}
}
provider "aws" {
# profile = "FHIR-Admin"
profile = "FHIR-Admin"
}


Expand All @@ -27,9 +27,9 @@ terraform {
}
}
backend "s3" {
bucket = "examplebucket-fhir-aws"
region = "ap-southeast-2"
# key = "infra/inferno/au-fhir-inferno-dev.tfstate"
# profile = "FHIR-Admin"
bucket = "examplebucket-fhir-aws"
region = "ap-southeast-2"
key = "infra/inferno/au-fhir-inferno-dev.tfstate"
profile = "FHIR-Admin"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ spec:
- name: copy-ig
image: {{ .Values.inferno.imageUrl }}
imagePullPolicy: Always
command: ["bash", "-c", "cp /opt/inferno/lib/inferno_platform_template/igs/*.tgz /home/igs"] # for dev/non core image
# command: ["bash", "-c", "cp /opt/inferno/lib/au_core_test_kit/igs/*.tgz /home/igs"] #for prod / core image
# command: ["bash", "-c", "cp /opt/inferno/lib/inferno_platform_template/igs/*.tgz /home/igs"] # for dev/non core image
command: ["bash", "-c", "cp /opt/inferno/lib/au_core_test_kit/igs/*.tgz /home/igs"] #for prod / core image
volumeMounts:
- name: igs
mountPath: /home/igs
Expand Down

0 comments on commit 3868d78

Please sign in to comment.