Slide 7
Slide 7 text
destroyの実行
root@kurono2:~/terraform# terraform destroy
aws_iam_role.lambda_role: Refreshing state... [id=kurono-policy-test-role]
aws_iam_policy_attachment.lambda-execute: Refreshing state... [id=lambda-
execute]
Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
- destroy
Terraform will perform the following actions:
# aws_iam_policy_attachment.lambda-execute will be destroyed
- resource "aws_iam_policy_attachment" "lambda-execute" {
- groups = [] -> null
- id = "lambda-execute" -> null
- name = "lambda-execute" -> null
- policy_arn = "arn:aws:iam::123456789:policy/kurono-policy-test-
policy" -> null
- roles = [
- "kurono-policy-test-role",
- "kurono-policy-test-role-2",
] -> null
- users = [] -> null
}