Skip to content

Commit 6462c86

Browse files
remyleoneMonitob
authored andcommitted
feat(vpcgw): add support for vpc public gateway ip (scaleway#863)
1 parent 929e694 commit 6462c86

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scaleway/provider.go

+1
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ func Provider(config *ProviderConfig) plugin.ProviderFunc {
9696
"scaleway_vpc_public_gateway_dhcp": resourceScalewayVPCPublicGatewayDHCP(),
9797
"scaleway_vpc_public_gateway_ip": resourceScalewayVPCPublicGatewayIP(),
9898
"scaleway_vpc_public_gateway_pat_rule": resourceScalewayVPCPublicGatewayPATRule(),
99+
"scaleway_vpc_public_gateway_ip": resourceScalewayVPCPublicGatewayIP(),
99100
"scaleway_vpc_private_network": resourceScalewayVPCPrivateNetwork(),
100101
},
101102

0 commit comments

Comments
 (0)