Skip to content

Commit

Permalink
Set entity_type.jwt_configuration to computed
Browse files Browse the repository at this point in the history
  • Loading branch information
rzeigler authored and MCBrandenburg committed Nov 12, 2021
1 parent afe4793 commit 60eb803
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fusionauth/resource_fusionauth_entity_type.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ func resourceEntityType() *schema.Resource {
"jwt_configuration": {
Type: schema.TypeList,
Optional: true,
Computed: true,
MaxItems: 1,
Description: "A block to configure JSON Web Token (JWT) options.",
Elem: &schema.Resource{
Expand Down

0 comments on commit 60eb803

Please sign in to comment.