Skip to content

Commit

Permalink
chore: make moduleProvider required (#912)
Browse files Browse the repository at this point in the history
  • Loading branch information
away168 authored Jul 29, 2024
1 parent 0c906ea commit 56f6809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion env0/resource_module.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func resourceModule() *schema.Resource {
"module_provider": {
Type: schema.TypeString,
Description: "the provider name in the module source (Match pattern: ^[0-9a-z]{0,64}$)",
Optional: true,
Required: true,
ValidateDiagFunc: NewRegexValidator(`^[0-9a-z]{0,64}$`),
},
"repository": {
Expand Down

0 comments on commit 56f6809

Please sign in to comment.