Skip to content

Commit 653eb11

Browse files
committed
set ActivateVpcIntegration to true in request for cassette matching
1 parent 4e840b3 commit 653eb11

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

internal/services/container/namespace.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ func ResourceContainerNamespaceCreate(ctx context.Context, d *schema.ResourceDat
122122
Name: types.ExpandOrGenerateString(d.Get("name").(string), "ns"),
123123
ProjectID: d.Get("project_id").(string),
124124
Region: region,
125+
ActivateVpcIntegration: true,
125126
}
126127

127128
rawTag, tagExist := d.GetOk("tags")

internal/services/function/namespace.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ func ResourceFunctionNamespaceCreate(ctx context.Context, d *schema.ResourceData
113113
Name: types.ExpandOrGenerateString(d.Get("name").(string), "func"),
114114
ProjectID: d.Get("project_id").(string),
115115
Region: region,
116+
ActivateVpcIntegration: true,
116117
}
117118

118119
rawTag, tagExist := d.GetOk("tags")

0 commit comments

Comments
 (0)