Skip to content

Commit 26d08e5

Browse files
authored
fix(vpc): add computed to ipam config attribute (#2247)
1 parent 49a09fe commit 26d08e5

File tree

2 files changed

+239
-172
lines changed

2 files changed

+239
-172
lines changed

scaleway/resource_vpc_gateway_network.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ func resourceScalewayVPCGatewayNetwork() *schema.Resource {
7979
"ipam_config": {
8080
Type: schema.TypeList,
8181
Optional: true,
82+
Computed: true,
8283
Description: "Auto-configure the Gateway Network using Scaleway's IPAM (IP address management service)",
8384
ConflictsWith: []string{"dhcp_id", "static_address"},
8485
Elem: &schema.Resource{

0 commit comments

Comments
 (0)