Skip to content

Commit

Permalink
doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SivaanandM committed Nov 26, 2024
1 parent f49633d commit 345dc54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/resources/spectrocloud_role/resource.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ variable "perms" {
data "spectrocloud_permission" "app_permissions" {
for_each = toset(var.perms)
name = each.key
scope = "tenant"
scope = "tenant"
}

resource "spectrocloud_role" "custom_role_permission" {
Expand Down

0 comments on commit 345dc54

Please sign in to comment.