Skip to content

Commit

Permalink
removing iam dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
arnol377 committed Sep 26, 2024
1 parent 3a4af43 commit 6ad4757
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 21 deletions.
16 changes: 0 additions & 16 deletions morpheus.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,22 +22,6 @@ module "morpheus_repos" {
enforce_prs = true
collaborators = { gomez385 = "admin", arnol377 = "admin" }
pull_request_bypassers = local.pull_request_bypassers
vars = [
{
name = "aws_access_key_id",
value = module.aws_session_configuration.iam_credentials.iam_access_key_id
},
{
name = "aws_default_region",
value = data.aws_region.current.name
}
]
secrets = [
{
name = "aws_secret_access_key"
value = module.aws_session_configuration.iam_credentials.iam_secret_access_key
}
]
managed_extra_files = [
{
path = ".github/workflows/terraform-plan.yaml"
Expand Down
5 changes: 0 additions & 5 deletions service-accounts.tf

This file was deleted.

0 comments on commit 6ad4757

Please sign in to comment.