Skip to content

Commit

Permalink
updates brand_id
Browse files Browse the repository at this point in the history
  • Loading branch information
ksatirli committed Jul 28, 2024
1 parent befff30 commit a57134e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion okta_branding.tf
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ data "okta_brands" "main" {}
#
# also see https://registry.terraform.io/providers/okta/okta/latest/docs/resources/theme
resource "okta_theme" "main" {
brand_id = element(data.okta_brands.main.brands[*].id, 0)
brand_id = tolist(data.okta_brands.main.brands)[0].id

# format must be 420x120 pixels
logo = "./assets/logo.png"
Expand Down

0 comments on commit a57134e

Please sign in to comment.