14 lines
487 B
HCL
14 lines
487 B
HCL
data aws_caller_identity this {}
|
|
|
|
module iam-module {
|
|
source = "../../../modules/security_identity_compliance/roles_iam_resources"
|
|
application = var.application
|
|
environment = var.environment
|
|
customer-name = var.customer-name
|
|
project = var.project
|
|
aws-region-short = var.aws-region-short
|
|
default-tags = local.default-tags
|
|
create-cloudhealth-resources = false
|
|
cloudheath-ext-id1 = "87adcc8d76e0bc18ac67e1c4a7acbc"
|
|
cloudheath-ext-id2 = "68c32aa2f429c59528ae79c713159f"
|
|
} |