Skip to content

Commit

Permalink
azurerm_virtual_machine_scale_set DS - adjust the schemas to be Com…
Browse files Browse the repository at this point in the history
…puted (#11712)
  • Loading branch information
magodo authored May 16, 2021
1 parent 1003f42 commit 3dbd4a8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ func virtualMachineScaleSetIPConfigurationSchema() *schema.Schema {
func virtualMachineScaleSetIPConfigurationSchemaForDataSource() *schema.Schema {
return &schema.Schema{
Type: schema.TypeList,
Required: true,
Computed: true,
Elem: &schema.Resource{
Schema: map[string]*schema.Schema{
"name": {
Expand Down Expand Up @@ -448,7 +448,7 @@ func virtualMachineScaleSetPublicIPAddressSchema() *schema.Schema {
func virtualMachineScaleSetPublicIPAddressSchemaForDataSource() *schema.Schema {
return &schema.Schema{
Type: schema.TypeList,
Optional: true,
Computed: true,
Elem: &schema.Resource{
Schema: map[string]*schema.Schema{
"name": {
Expand Down

0 comments on commit 3dbd4a8

Please sign in to comment.