1.0.1
This commit is contained in:
@@ -113,7 +113,7 @@ func MakeSchemaResourceVINS() map[string]schema.Attribute {
|
||||
Required: true,
|
||||
Description: "type of the reservation",
|
||||
Validators: []validator.String{
|
||||
stringvalidator.OneOfCaseInsensitive("DHCP", "VIP", "EXCLUDE"), // case is ignored
|
||||
stringvalidator.OneOfCaseInsensitive("DHCP", "VIP", "EXCLUDED"), // case is ignored
|
||||
},
|
||||
},
|
||||
"ip_addr": schema.StringAttribute{
|
||||
|
||||
Reference in New Issue
Block a user