Skip to content

Commit a0d6178

Browse files
frosty-geekclaude
andcommitted
fix(authorization): apply terraform fmt to custom role example data sources
Three data source example files had misaligned attribute assignments that failed the terraform fmt CI check. Co-authored-by: Claude <noreply@anthropic.com>
1 parent 21d0782 commit a0d6178

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
data "stackit_authorization_folder_custom_role" "example" {
22
resource_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
3-
name = "my.custom.role"
3+
name = "my.custom.role"
44
}
55

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
data "stackit_authorization_organization_custom_role" "example" {
22
resource_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
3-
name = "my.custom.role"
3+
name = "my.custom.role"
44
}
55

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
data "stackit_authorization_project_custom_role" "example" {
22
resource_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
3-
name = "my.custom.role"
3+
name = "my.custom.role"
44
}
55

0 commit comments

Comments
 (0)