Correctly auth to aws

main
Nick Dumas 1 month ago
parent 762ad95ef0
commit 5f9dc1ea66

@ -1,7 +1,7 @@
terraform {
required_providers {
"aws" {
source = "hashicorp/aws"
aws = {
source = "hashicorp/aws"
version = "~> 5.99"
}
}
@ -9,7 +9,6 @@ terraform {
}
provider "aws" {
region = "us-east-1"
profile = "transponder-tracker"
assume_role = "terraform-transponder-tracker"
region = "us-east-1"
profile = "transponder-tracker"
}

Loading…
Cancel
Save