Correctly auth to aws

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

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

Loading…
Cancel
Save