Skip to content

fix(authorization): apply terraform fmt to custom role data source examples#1399

Closed
frosty-geek wants to merge 3 commits intostackitcloud:mainfrom
frosty-geek:feat/add-custom-role-resources-and-data-sources-for-folder-and-organization
Closed

fix(authorization): apply terraform fmt to custom role data source examples#1399
frosty-geek wants to merge 3 commits intostackitcloud:mainfrom
frosty-geek:feat/add-custom-role-resources-and-data-sources-for-folder-and-organization

Conversation

@frosty-geek
Copy link
Copy Markdown

Description

Fixes the CI failure in #1330 caused by misaligned HCL attribute assignments in three data source example files. The terraform fmt check was failing because name = had one space fewer than alignment requires.

This is a one-space fix across three files — no logic changes.

Files fixed

  • examples/data-sources/stackit_authorization_folder_custom_role/data-source.tf
  • examples/data-sources/stackit_authorization_organization_custom_role/data-source.tf
  • examples/data-sources/stackit_authorization_project_custom_role/data-source.tf

Relates to #1330 — unblocking that PR's CI.

Checklist

  • Code format was applied: make fmt
  • No linter issues: make lint

Markus Schwer and others added 3 commits April 13, 2026 13:20
…ources

Three data source example files had misaligned attribute assignments
that failed the terraform fmt CI check.

Co-authored-by: Claude <noreply@anthropic.com>
@rubenhoenle
Copy link
Copy Markdown
Member

CI pipeline is also failing on this one, closing since it's a duplicate of #1330

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants