-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cleanup: remove unused resources associated to former EC2 VM agents and their AMIs #473
cleanup: remove unused resources associated to former EC2 VM agents and their AMIs #473
Conversation
…nd the maintenance of their AMIs Signed-off-by: Damien Duportal <damien.duportal@gmail.com>
data "aws_iam_user" "jenkins_infra_ci" { | ||
user_name = "jenkins-infra-ci" | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note: to be deleted manually (tracked in jenkins-infra/helpdesk#3662 (comment))
data "aws_iam_user" "jenkins_ci" { | ||
user_name = "jenkins-ci" | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note: to be deleted manually (tracked in jenkins-infra/helpdesk#3662 (comment))
as expected |
For info, the terraform apply of this PR failed with the following error:
3 times (for the 3 users: Proposal: No need to add the permission |
Done with success! |
Related to jenkins-infra/helpdesk#3662, this PR removes resources unused for months since we moved away VM agents from AWS (ref. jenkins-infra/helpdesk#3502).