Skip to content

Commit

Permalink
fix: tf format
Browse files Browse the repository at this point in the history
  • Loading branch information
jsterner30 committed Apr 23, 2024
1 parent 5945b0d commit 36f6753
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions iac/dev/setup/setup.tf
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ provider "aws" {
}

module "setup" {
source = "../../modules/setup/"
env = local.env
name = "web-cdn"
cdn_url = "cdn-dev.byu.edu"
source = "../../modules/setup/"
env = local.env
name = "web-cdn"
cdn_url = "cdn-dev.byu.edu"
}
2 changes: 1 addition & 1 deletion iac/modules/setup/setup.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ module "gha_role" {
version = "5.17.0"
create_role = true
role_name = "${var.name}-${var.env}-gha"
provider_url = "token.actions.githubusercontent.com/brigham-young-university" # TODO: Fix this hardcode
provider_url = "token.actions.githubusercontent.com/brigham-young-university" # TODO: Fix this hardcode
role_permissions_boundary_arn = module.acs.role_permissions_boundary.arn
role_policy_arns = module.acs.power_builder_policies[*].arn
oidc_fully_qualified_audiences = ["sts.amazonaws.com"]
Expand Down

0 comments on commit 36f6753

Please sign in to comment.