Skip to content

Commit

Permalink
Update provider.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
574n13y authored Dec 31, 2023
1 parent 2eba826 commit 440db5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ terraform {
provider "aws" {
region = var.aws_region
assume_role {
role_arn = "arn:aws:iam::PRODUCTION-ACCOUNT-ID:role/Terraform"
role_arn = "arn:aws:iam::150105184431:user/testdemo"
}
}

0 comments on commit 440db5d

Please sign in to comment.