Skip to content

Commit

Permalink
use provided OIDC instead of local profile
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleOps committed Apr 18, 2024
1 parent afe25b6 commit 059bfd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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 @@ -30,6 +30,6 @@ terraform {
bucket = "examplebucket-fhir-aws"
region = "ap-southeast-2"
key = "infra/inferno/dev.tfstate"
profile = "FHIR-Admin"
# profile = "FHIR-Admin"
}
}

0 comments on commit 059bfd4

Please sign in to comment.