Skip to content

Commit 2e0b00f

Browse files
authored
Set service block to optional for webhook configurations (#902)
1 parent c87ec0d commit 2e0b00f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kubernetes/schema_webhook_client_config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ func webhookClientConfigFields() map[string]*schema.Schema {
4242
},
4343
"service": {
4444
Type: schema.TypeList,
45-
Required: true,
45+
Optional: true,
4646
Description: apiDoc["service"],
4747
MaxItems: 1,
4848
Elem: &schema.Resource{

0 commit comments

Comments
 (0)