From b0195b29752d7f6c004dc51a7443a7d6f7a1879e Mon Sep 17 00:00:00 2001 From: Kyle Pettigrew Date: Wed, 4 Dec 2024 17:36:36 +1000 Subject: [PATCH] syntax --- infra/aws-impl/provider.tf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/infra/aws-impl/provider.tf b/infra/aws-impl/provider.tf index 822767c..1f6825e 100644 --- a/infra/aws-impl/provider.tf +++ b/infra/aws-impl/provider.tf @@ -13,7 +13,7 @@ provider "helm" { } } provider "aws" { - profile = "FHIR-Admin" + # profile = "FHIR-Admin" } @@ -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" } } \ No newline at end of file