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 b0d6db8 commit a13031f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@ terraform {

provider "aws" {
region = var.aws_region
assume_role {
role_arn = "xxx"
}
}

0 comments on commit a13031f

Please sign in to comment.