Skip to content

Commit

Permalink
Harden up email_domain_id doesn't act like an argument.
Browse files Browse the repository at this point in the history
  • Loading branch information
monde committed Nov 28, 2023
1 parent e43bd4a commit 30669ee
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions okta/resource_okta_brand.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ func (r *brandResource) Schema(_ context.Context, _ resource.SchemaRequest, resp
},
"email_domain_id": schema.StringAttribute{
Description: "Email Domain ID tied to this brand",
Optional: true,
Computed: true,
},
"locale": schema.StringAttribute{
Expand Down Expand Up @@ -335,7 +334,6 @@ func buildUpdateBrandRequest(model brandResourceModel) (okta.BrandRequest, error
AgreeToCustomPrivacyPolicy: model.AgreeToCustomPrivacyPolicy.ValueBoolPointer(),
CustomPrivacyPolicyUrl: model.CustomPrivacyPolicyURL.ValueStringPointer(),
DefaultApp: defaultApp,
EmailDomainId: model.EmailDomainID.ValueStringPointer(),
Locale: model.Locale.ValueStringPointer(),
RemovePoweredByOkta: model.RemovePoweredByOkta.ValueBoolPointer(),
}, nil
Expand Down

0 comments on commit 30669ee

Please sign in to comment.