Skip to content

Commit fde0b0d

Browse files
public address range resource changes
1 parent d094fa0 commit fde0b0d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ibm/service/vpc/resource_ibm_is_public_address_range.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@ func ResourceIBMPublicAddressRange() *schema.Resource {
8282
},
8383
"id": &schema.Schema{
8484
Type: schema.TypeString,
85-
Required: true,
85+
Optional: true,
86+
Computed: true,
8687
ForceNew: true,
8788
Description: "The unique identifier for this resource group.",
8889
},

0 commit comments

Comments
 (0)