mirror of
https://github.com/farcasclaudiu/terraform-course.git
synced 2026-06-22 07:01:56 +03:00
added warning
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user