-
Notifications
You must be signed in to change notification settings - Fork 0
chore: bump hashicorp/aws from 6.2.0 to 6.18.0 #18
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
Conversation
Bumps [hashicorp/aws](https://github.com/hashicorp/terraform-provider-aws) from 6.2.0 to 6.18.0. - [Release notes](https://github.com/hashicorp/terraform-provider-aws/releases) - [Changelog](https://github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md) - [Commits](hashicorp/terraform-provider-aws@v6.2.0...v6.18.0) --- updated-dependencies: - dependency-name: hashicorp/aws dependency-version: 6.18.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
atlantis plan -destroy |
This comment has been minimized.
This comment has been minimized.
|
atlantis plan --destroy |
|
|
atlantis plan -p dev -destroy |
|
|
atlantis plan -p dev -- -destroy |
|
Ran Plan for project: Show OutputTerraform 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_role.org_read will be destroyed
- resource "aws_iam_role" "org_read" {
- arn = "arn:aws:iam::880584957794:role/atlantis-org-read" -> null
- assume_role_policy = jsonencode(
{
- Statement = [
- {
- Action = "sts:AssumeRole"
- Condition = {
- StringEquals = {
- "sts:ExternalId" = "b5748e1f-0fa5-47c2-b9e2-84108424dd6a"
}
}
- Effect = "Allow"
- Principal = {
- AWS = [
- "arn:aws:iam::179874453562:role/qa-stacklet-platform",
- "arn:aws:iam::179874453562:role/qa-collector",
]
}
},
]
- Version = "2012-10-17"
}
) -> null
- create_date = "2025-07-09T12:34:44Z" -> null
- description = "Access to read accounts information for atlantis Stacklet deployment" -> null
- force_detach_policies = false -> null
- id = "atlantis-org-read" -> null
- managed_policy_arns = [
- "arn:aws:iam::aws:policy/AWSOrganizationsReadOnlyAccess",
] -> null
- max_session_duration = 3600 -> null
- name = "atlantis-org-read" -> null
- path = "/" -> null
- tags = {} -> null
- tags_all = {} -> null
- unique_id = "AROA42BXUD5RE3RZZADS5" -> null
# (2 unchanged attributes hidden)
- inline_policy {
- name = "AllowBulkTagRead" -> null
- policy = jsonencode(
{
- Statement = [
- {
- Action = "tag:GetResources"
- Effect = "Allow"
- Resource = "*"
},
]
- Version = "2012-10-17"
}
) -> null
}
}
# aws_iam_role_policy.tags_read will be destroyed
- resource "aws_iam_role_policy" "tags_read" {
- id = "atlantis-org-read:AllowBulkTagRead" -> null
- name = "AllowBulkTagRead" -> null
- policy = jsonencode(
{
- Statement = [
- {
- Action = "tag:GetResources"
- Effect = "Allow"
- Resource = "*"
},
]
- Version = "2012-10-17"
}
) -> null
- role = "atlantis-org-read" -> null
# (1 unchanged attribute hidden)
}
# aws_iam_role_policy_attachments_exclusive.org_read will be destroyed
- resource "aws_iam_role_policy_attachments_exclusive" "org_read" {
- policy_arns = [
- "arn:aws:iam::aws:policy/AWSOrganizationsReadOnlyAccess",
] -> null
- role_name = "atlantis-org-read" -> null
}
Plan: 0 to add, 0 to change, 3 to destroy.
Changes to Outputs:
- org_read_role = "arn:aws:iam::880584957794:role/atlantis-org-read" -> null
Plan: 0 to add, 0 to change, 3 to destroy.
|
|
atlantis apply |
This comment has been minimized.
This comment has been minimized.
|
atlantis apply |
|
Ran Apply for project: aws_iam_role_policy_attachments_exclusive.org_read: Destroying...
aws_iam_role_policy.tags_read: Destroying... [id=atlantis-org-read:AllowBulkTagRead]
aws_iam_role_policy_attachments_exclusive.org_read: Destruction complete after 0s
aws_iam_role_policy.tags_read: Destruction complete after 0s
aws_iam_role.org_read: Destroying... [id=atlantis-org-read]
aws_iam_role.org_read: Destruction complete after 1s
Apply complete! Resources: 0 added, 0 changed, 3 destroyed. |
|
Automatically merging because all plans have been successfully applied. |
|
Locks and plans deleted for the projects and workspaces modified in this pull request:
|
Bumps hashicorp/aws from 6.2.0 to 6.18.0.
Release notes
Sourced from hashicorp/aws's releases.
... (truncated)
Changelog
Sourced from hashicorp/aws's changelog.
... (truncated)
Commits
433171dMerge pull request #44784 from hashicorp/t-update-changelog-versioneff3a94Prepare release7770940Update CHANGELOG.md (Manual Trigger)529be63Merge pull request #44327 from alexbacchin/f-organizations_account_state92b7638[r|d]/aws_organizations(doc): tidy up afterstateattribute addition420ae7bchore: tweak changelog99d3a46Merge pull request #44754 from oracle-community/delete_oci_ressource_flag4e17148Update CHANGELOG.md for #44739d1a4e09Merge pull request #44739 from hashicorp/f-list-iam-role-policy-attachmentbc58871Merge pull request #44627 from icco/refactorDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)