generated from hackforla/.github-hackforla-base-repo-template
-
-
Notifications
You must be signed in to change notification settings - Fork 13
chore: add Myron Chen to AWS and README #135
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
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Added Myron Chen to the "read-only-group" AWS group for project "devops-security". Added Myron Chen to the Terraform README/docs.
Terraform plan in terraform Plan: 33 to add, 1 to change, 0 to destroy.Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
+ create
!~ update in-place
Terraform will perform the following actions:
# module.iam_oidc_gha_incubator.aws_iam_role.github_actions_oidc will be updated in-place
!~ resource "aws_iam_role" "github_actions_oidc" {
!~ assume_role_policy = jsonencode(
!~ {
!~ Statement = [
!~ {
!~ Condition = {
!~ StringLike = {
!~ "token.actions.githubusercontent.com:sub" = [
- "repo:hackforla/incubator:ref:refs/heads/*",
- "repo:hackforla/incubator:pull_request",
] -> "repo:hackforla/incubator:ref:refs/heads/*"
}
# (1 unchanged attribute hidden)
}
# (3 unchanged attributes hidden)
},
]
# (1 unchanged attribute hidden)
}
)
id = "gha-incubator"
name = "gha-incubator"
tags = {}
# (11 unchanged attributes hidden)
}
# module.iam_user_JimmyJuarez10.aws_iam_user.user will be created
+ resource "aws_iam_user" "user" {
+ arn = (known after apply)
+ force_destroy = false
+ id = (known after apply)
+ name = "JimmyJuarez10"
+ path = "/"
+ tags = {
+ "Project" = "civic-tech-jobs"
}
+ tags_all = {
+ "Project" = "civic-tech-jobs"
}
+ unique_id = (known after apply)
}
# module.iam_user_JimmyJuarez10.aws_iam_user_group_membership.user_group_membership will be created
+ resource "aws_iam_user_group_membership" "user_group_membership" {
+ groups = [
+ "read-only-group",
]
+ id = (known after apply)
+ user = "JimmyJuarez10"
}
# module.iam_user_JimmyJuarez10.aws_iam_user_login_profile.user_login will be created
+ resource "aws_iam_user_login_profile" "user_login" {
+ encrypted_password = (known after apply)
+ id = (known after apply)
+ key_fingerprint = (known after apply)
+ password = (sensitive value)
+ password_length = 20
+ password_reset_required = true
+ user = "JimmyJuarez10"
}
# module.iam_user_abbyz123.aws_iam_user.user will be created
+ resource "aws_iam_user" "user" {
+ arn = (known after apply)
+ force_destroy = false
+ id = (known after apply)
+ name = "abbyz123"
+ path = "/"
+ tags = {
+ "Access Level" = "1"
+ "Project" = "devops-security"
}
+ tags_all = {
+ "Access Level" = "1"
+ "Project" = "devops-security"
}
+ unique_id = (known after apply)
}
# module.iam_user_abbyz123.aws_iam_user_group_membership.user_group_membership will be created
+ resource "aws_iam_user_group_membership" "user_group_membership" {
+ groups = [
+ "read-only-group",
]
+ id = (known after apply)
+ user = "abbyz123"
}
# module.iam_user_abbyz123.aws_iam_user_login_profile.user_login will be created
+ resource "aws_iam_user_login_profile" "user_login" {
+ encrypted_password = (known after apply)
+ id = (known after apply)
+ key_fingerprint = (known after apply)
+ password = (sensitive value)
+ password_length = 20
+ password_reset_required = true
+ user = "abbyz123"
}
# module.iam_user_awlFCCamp.aws_iam_user.user will be created
+ resource "aws_iam_user" "user" {
+ arn = (known after apply)
+ force_destroy = false
+ id = (known after apply)
+ name = "awlFCCamp"
+ path = "/"
+ tags = {
+ "Access Level" = "1"
+ "Project" = "devops-security"
}
+ tags_all = {
+ "Access Level" = "1"
+ "Project" = "devops-security"
}
+ unique_id = (known after apply)
}
# module.iam_user_awlFCCamp.aws_iam_user_group_membership.user_group_membership will be created
+ resource "aws_iam_user_group_membership" "user_group_membership" {
+ groups = [
+ "read-only-group",
]
+ id = (known after apply)
+ user = "awlFCCamp"
}
# module.iam_user_awlFCCamp.aws_iam_user_login_profile.user_login will be created
+ resource "aws_iam_user_login_profile" "user_login" {
+ encrypted_password = (known after apply)
+ id = (known after apply)
+ key_fingerprint = (known after apply)
+ password = (sensitive value)
+ password_length = 20
+ password_reset_required = true
+ user = "awlFCCamp"
}
# module.iam_user_brittanyms.aws_iam_user.user will be created
+ resource "aws_iam_user" "user" {
+ arn = (known after apply)
+ force_destroy = false
+ id = (known after apply)
+ name = "brittanyms"
+ path = "/"
+ tags = {
+ "Access Level" = "1"
+ "Project" = "devops-security"
}
+ tags_all = {
+ "Access Level" = "1"
+ "Project" = "devops-security"
}
+ unique_id = (known after apply)
}
# module.iam_user_brittanyms.aws_iam_user_group_membership.user_group_membership will be created
+ resource "aws_iam_user_group_membership" "user_group_membership" {
+ groups = [
+ "read-only-group",
]
+ id = (known after apply)
+ user = "brittanyms"
}
# module.iam_user_brittanyms.aws_iam_user_login_profile.user_login will be created
+ resource "aws_iam_user_login_profile" "user_login" {
+ encrypted_password = (known after apply)
+ id = (known after apply)
+ key_fingerprint = (known after apply)
+ password = (sensitive value)
+ password_length = 20
+ password_reset_required = true
+ user = "brittanyms"
}
# module.iam_user_freaky4wrld.aws_iam_user.user will be created
+ resource "aws_iam_user" "user" {
+ arn = (known after apply)
+ force_destroy = false
+ id = (known after apply)
+ name = "freaky4wrld"
+ path = "/"
+ tags = {
+ "Access Level" = "1"
+ "Project" = "devops-security"
}
+ tags_all = {
+ "Access Level" = "1"
+ "Project" = "devops-security"
}
+ unique_id = (known after apply)
}
# module.iam_user_freaky4wrld.aws_iam_user_group_membership.user_group_membership will be created
+ resource "aws_iam_user_group_membership" "user_group_membership" {
+ groups = [
+ "read-only-group",
]
+ id = (known after apply)
+ user = "freaky4wrld"
}
# module.iam_user_freaky4wrld.aws_iam_user_login_profile.user_login will be created
+ resource "aws_iam_user_login_profile" "user_login" {
+ encrypted_password = (known after apply)
+ id = (known after apply)
+ key_fingerprint = (known after apply)
+ password = (sensitive value)
+ password_length = 20
+ password_reset_required = true
+ user = "freaky4wrld"
}
# module.iam_user_lsousadev.aws_iam_user.user will be created
+ resource "aws_iam_user" "user" {
+ arn = (known after apply)
+ force_destroy = false
+ id = (known after apply)
+ name = "lsousadev"
+ path = "/"
+ tags = {
+ "Access Level" = "1"
+ "Project" = "devops-security"
}
+ tags_all = {
+ "Access Level" = "1"
+ "Project" = "devops-security"
}
+ unique_id = (known after apply)
}
# module.iam_user_lsousadev.aws_iam_user_group_membership.user_group_membership will be created
+ resource "aws_iam_user_group_membership" "user_group_membership" {
+ groups = [
+ "read-only-group",
]
+ id = (known after apply)
+ user = "lsousadev"
}
# module.iam_user_lsousadev.aws_iam_user_login_profile.user_login will be created
+ resource "aws_iam_user_login_profile" "user_login" {
+ encrypted_password = (known after apply)
+ id = (known after apply)
+ key_fingerprint = (known after apply)
+ password = (sensitive value)
+ password_length = 20
+ password_reset_required = true
+ user = "lsousadev"
}
# module.iam_user_myronchen-git.aws_iam_user.user will be created
+ resource "aws_iam_user" "user" {
+ arn = (known after apply)
+ force_destroy = false
+ id = (known after apply)
+ name = "myronchen-git"
+ path = "/"
+ tags = {
+ "Access Level" = "1"
+ "Project" = "devops-security"
}
+ tags_all = {
+ "Access Level" = "1"
+ "Project" = "devops-security"
}
+ unique_id = (known after apply)
}
# module.iam_user_myronchen-git.aws_iam_user_group_membership.user_group_membership will be created
+ resource "aws_iam_user_group_membership" "user_group_membership" {
+ groups = [
+ "read-only-group",
]
+ id = (known after apply)
+ user = "myronchen-git"
}
# module.iam_user_myronchen-git.aws_iam_user_login_profile.user_login will be created
+ resource "aws_iam_user_login_profile" "user_login" {
+ encrypted_password = (known after apply)
+ id = (known after apply)
+ key_fingerprint = (known after apply)
+ password = (sensitive value)
+ password_length = 20
+ password_reset_required = true
+ user = "myronchen-git"
}
# module.iam_user_samuelusc.aws_iam_user.user will be created
+ resource "aws_iam_user" "user" {
+ arn = (known after apply)
+ force_destroy = false
+ id = (known after apply)
+ name = "samuelusc"
+ path = "/"
+ tags = {
+ "Access Level" = "1"
+ "Project" = "devops-security"
}
+ tags_all = {
+ "Access Level" = "1"
+ "Project" = "devops-security"
}
+ unique_id = (known after apply)
}
# module.iam_user_samuelusc.aws_iam_user_group_membership.user_group_membership will be created
+ resource "aws_iam_user_group_membership" "user_group_membership" {
+ groups = [
+ "read-only-group",
]
+ id = (known after apply)
+ user = "samuelusc"
}
# module.iam_user_samuelusc.aws_iam_user_login_profile.user_login will be created
+ resource "aws_iam_user_login_profile" "user_login" {
+ encrypted_password = (known after apply)
+ id = (known after apply)
+ key_fingerprint = (known after apply)
+ password = (sensitive value)
+ password_length = 20
+ password_reset_required = true
+ user = "samuelusc"
}
# module.iam_user_shikha0428.aws_iam_user.user will be created
+ resource "aws_iam_user" "user" {
+ arn = (known after apply)
+ force_destroy = false
+ id = (known after apply)
+ name = "shikha0428"
+ path = "/"
+ tags = {
+ "Access Level" = "1"
+ "Project" = "devops-security"
}
+ tags_all = {
+ "Access Level" = "1"
+ "Project" = "devops-security"
}
+ unique_id = (known after apply)
}
# module.iam_user_shikha0428.aws_iam_user_group_membership.user_group_membership will be created
+ resource "aws_iam_user_group_membership" "user_group_membership" {
+ groups = [
+ "read-only-group",
]
+ id = (known after apply)
+ user = "shikha0428"
}
# module.iam_user_shikha0428.aws_iam_user_login_profile.user_login will be created
+ resource "aws_iam_user_login_profile" "user_login" {
+ encrypted_password = (known after apply)
+ id = (known after apply)
+ key_fingerprint = (known after apply)
+ password = (sensitive value)
+ password_length = 20
+ password_reset_required = true
+ user = "shikha0428"
}
# module.iam_user_shinjonathan.aws_iam_user.user will be created
+ resource "aws_iam_user" "user" {
+ arn = (known after apply)
+ force_destroy = false
+ id = (known after apply)
+ name = "shinjonathan"
+ path = "/"
+ tags = {
+ "Access Level" = "1"
+ "Project" = "devops-security"
}
+ tags_all = {
+ "Access Level" = "1"
+ "Project" = "devops-security"
}
+ unique_id = (known after apply)
}
# module.iam_user_shinjonathan.aws_iam_user_group_membership.user_group_membership will be created
+ resource "aws_iam_user_group_membership" "user_group_membership" {
+ groups = [
+ "read-only-group",
]
+ id = (known after apply)
+ user = "shinjonathan"
}
# module.iam_user_shinjonathan.aws_iam_user_login_profile.user_login will be created
+ resource "aws_iam_user_login_profile" "user_login" {
+ encrypted_password = (known after apply)
+ id = (known after apply)
+ key_fingerprint = (known after apply)
+ password = (sensitive value)
+ password_length = 20
+ password_reset_required = true
+ user = "shinjonathan"
}
# module.iam_user_spiteless.aws_iam_user.user will be created
+ resource "aws_iam_user" "user" {
+ arn = (known after apply)
+ force_destroy = false
+ id = (known after apply)
+ name = "spiteless"
+ path = "/"
+ tags = {
+ "Access Level" = "1"
+ "Project" = "vrms"
}
+ tags_all = {
+ "Access Level" = "1"
+ "Project" = "vrms"
}
+ unique_id = (known after apply)
}
# module.iam_user_spiteless.aws_iam_user_group_membership.user_group_membership will be created
+ resource "aws_iam_user_group_membership" "user_group_membership" {
+ groups = [
+ "read-only-group",
]
+ id = (known after apply)
+ user = "spiteless"
}
# module.iam_user_spiteless.aws_iam_user_login_profile.user_login will be created
+ resource "aws_iam_user_login_profile" "user_login" {
+ encrypted_password = (known after apply)
+ id = (known after apply)
+ key_fingerprint = (known after apply)
+ password = (sensitive value)
+ password_length = 20
+ password_reset_required = true
+ user = "spiteless"
}
Plan: 33 to add, 1 to change, 0 to destroy.
Warning: Argument is deprecated
with module.iam_oidc_gha_incubator.aws_iam_role.github_actions_oidc,
on modules/aws-gha-oidc-providers/main.tf line 54, in resource "aws_iam_role" "github_actions_oidc":
54: managed_policy_arns = var.policy_arns
managed_policy_arns is deprecated. Use the aws_iam_role_policy_attachment
resource instead. If Terraform should exclusively manage all managed policy
attachments (the current behavior of this argument), use the
aws_iam_role_policy_attachments_exclusive resource as well. 📝 Plan generated in Write Terraform Plan to Pull Request #84 |
Note that the onboarding instructions say to test my changes, but does not provide the steps to do so. How would I test these changes? |
Redoing onboarding because github-actions bot was going to add too many lines. See PR #137. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #134
What changes did you make?
Why did you make the changes (we will use this info to test)?