added warning

This commit is contained in:
Edward Viaene
2018-09-28 09:42:34 +02:00
committed by GitHub
parent d42a31cf77
commit 0014809a8f
+4
View File
@@ -22,3 +22,7 @@ resource "aws_iam_group_membership" "administrators-users" {
]
group = "${aws_iam_group.administrators.name}"
}
output "warning" {
value = "WARNING: make sure you're not using the AdministratorAccess policy for other users/groups/roles. If this is the case, don't run terraform destroy, but manually unlink the created resources"
}