Skip to content

terraform fmt: align outputs.tf - #160

Merged
ale210 merged 1 commit into
mainfrom
chore-tf-fmt-whitespace
Aug 8, 2026
Merged

terraform fmt: align outputs.tf#160
ale210 merged 1 commit into
mainfrom
chore-tf-fmt-whitespace

Conversation

@ale210

@ale210 ale210 commented Aug 8, 2026

Copy link
Copy Markdown
Member

Whitespace-only formatting fix, to exercise the plan/apply pipeline.

@github-actions

github-actions Bot commented Aug 8, 2026

Copy link
Copy Markdown

Terraform plan in terraform
With backend config files: terraform/prod.backend.tfvars

Plan: 3 to import, 0 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:
!~  update in-place

Terraform will perform the following actions:

  # aws_iam_group.ops_leads_group will be imported
    resource "aws_iam_group" "ops_leads_group" {
        arn       = "arn:aws:iam::035866691871:group/ops-leads"
        id        = "ops-leads"
        name      = "ops-leads"
        path      = "/"
        unique_id = "*********************"
    }

  # aws_iam_group_policy_attachment.admin will be imported
    resource "aws_iam_group_policy_attachment" "admin" {
        group      = "ops-leads"
        id         = "ops-leads-arn:aws:iam::aws:policy/AdministratorAccess"
        policy_arn = "arn:aws:iam::aws:policy/AdministratorAccess"
    }

  # aws_iam_group_policy_attachment.manageAccessKeys will be imported
    resource "aws_iam_group_policy_attachment" "manageAccessKeys" {
        group      = "ops-leads"
        id         = "ops-leads-arn:aws:iam::035866691871:policy/ManageAccessKeys"
        policy_arn = "arn:aws:iam::035866691871:policy/ManageAccessKeys"
    }

  # module.iam_oidc_gha_incubator.aws_iam_openid_connect_provider.github_actions will be updated in-place
!~  resource "aws_iam_openid_connect_provider" "github_actions" {
        id              = "arn:aws:iam::035866691871:oidc-provider/token.actions.githubusercontent.com"
        tags            = {}
!~      thumbprint_list = [
!~          "22ff89586561fc2d52f77491e9f1eff1b80be33e" -> "ab9d0263244dd0326eb67015705a667e79cfe998",
        ]
#        (4 unchanged attributes hidden)
    }

Plan: 3 to import, 0 to add, 1 to change, 0 to destroy.

✅ Plan applied in Apply Terraform changes on merge #38

@ale210
ale210 merged commit 2906072 into main Aug 8, 2026
1 check passed
@ale210
ale210 deleted the chore-tf-fmt-whitespace branch August 8, 2026 18:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant