fix: remote-state-access outputs
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2022-05-26 23:51:46 +02:00
parent 78d8aec96d
commit 093c6d4d0c

View File

@@ -1,9 +1,7 @@
output "role_arn" {
type = string
value = var.create_role ? aws_iam_role.this.arn : null
}
output "policy_arn" {
type = string
value = var.create_policy ? aws_iam_policy.this.arn : null
}