Skip to content

Commit

Permalink
Merge pull request #12 from smerle33/profile/assume
Browse files Browse the repository at this point in the history
fix(aws): assume role for aws
  • Loading branch information
smerle33 authored Oct 8, 2024
2 parents c21c146 + 8b1e708 commit 36eb236
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion providers.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
provider "aws" {
region = "us-east-1"
region = "us-east-1"
# profile = var.aws_profile
assume_role {
role_arn = "arn:aws:iam::326712726440:role/infra-developer"
}

default_tags {
tags = local.common_tags
Expand Down

0 comments on commit 36eb236

Please sign in to comment.