|
@@ -23,7 +23,8 @@ data aws_iam_policy_document "assume_role" {
|
|
|
effect = "Allow"
|
|
|
actions = ["sts:AssumeRole"]
|
|
|
resources = [
|
|
|
- "arn:${data.aws_partition.this.partition}:iam::*:role/QualysConnectorRole"
|
|
|
+ "arn:${data.aws_partition.this.partition}:iam::*:role/QualysConnectorRole",
|
|
|
+ "arn:${data.aws_partition.this.partition}:iam::*:role/Role_For_QualysEC2Connector",
|
|
|
]
|
|
|
}
|
|
|
}
|