We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aa64fa commit 59bcab3Copy full SHA for 59bcab3
modules/agentless-scanning/main.tf
@@ -74,7 +74,7 @@ resource "random_id" "suffix" {
74
resource "aws_iam_role" "scanning_stackset_admin_role" {
75
count = !var.auto_create_stackset_roles ? 0 : 1
76
77
- name = "AWSCloudFormationStackSetAdministrationRoleForScanning"
+ name = "${local.scanning_resource_name}-AdministrationRole"
78
tags = var.tags
79
80
assume_role_policy = <<EOF
0 commit comments