We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2c11be commit c561f01Copy full SHA for c561f01
internal/services/vpc/helpers.go
@@ -43,7 +43,7 @@ func NewAPIWithRegionAndID(m any, id string) (*vpc.API, scw.Region, string, erro
43
return vpcAPI, region, ID, err
44
}
45
46
-func NewAPIWithRegionAndIDFromState(m interface{}, d *schema.ResourceData) (
+func NewAPIWithRegionAndIDFromState(m any, d *schema.ResourceData) (
47
*vpc.API,
48
scw.Region,
49
string,
0 commit comments