Skip to content

Commit

Permalink
mgmt
Browse files Browse the repository at this point in the history
  • Loading branch information
chkp-guybarak committed Dec 18, 2024
1 parent f92e69c commit e962737
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions modules/management/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -195,9 +195,6 @@ resource "aws_instance" "management-instance" {

module "cme_iam_role" {
source = "../cme-iam-role"
providers = {
aws = aws
}
count = local.new_instance_profile_general

sts_roles = var.sts_roles
Expand All @@ -206,9 +203,6 @@ module "cme_iam_role" {

module "cme_iam_role_gwlb" {
source = "../cme-iam-role-gwlb"
providers = {
aws = aws
}
count = local.new_instance_profile_gwlb

sts_roles = var.sts_roles
Expand Down

0 comments on commit e962737

Please sign in to comment.