Skip to content

Commit f583701

Browse files
committed
ns ok: container + function
function + container leftover
1 parent c74e542 commit f583701

File tree

49 files changed

+61309
-97428
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+61309
-97428
lines changed

internal/services/container/namespace.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +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,
125+
ActivateVpcIntegration: scw.BoolPtr(true),
126126
}
127127

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

internal/services/container/testdata/container-basic.cassette.yaml

Lines changed: 1388 additions & 2311 deletions
Large diffs are not rendered by default.

internal/services/container/testdata/container-command-and-args.cassette.yaml

Lines changed: 2063 additions & 2705 deletions
Large diffs are not rendered by default.

internal/services/container/testdata/container-env.cassette.yaml

Lines changed: 1452 additions & 2654 deletions
Large diffs are not rendered by default.

internal/services/container/testdata/container-health-check.cassette.yaml

Lines changed: 1065 additions & 1917 deletions
Large diffs are not rendered by default.

internal/services/container/testdata/container-http-option.cassette.yaml

Lines changed: 1452 additions & 2213 deletions
Large diffs are not rendered by default.

internal/services/container/testdata/container-private-network.cassette.yaml

Lines changed: 2868 additions & 4128 deletions
Large diffs are not rendered by default.

internal/services/container/testdata/container-sandbox.cassette.yaml

Lines changed: 1644 additions & 2507 deletions
Large diffs are not rendered by default.

internal/services/container/testdata/container-scaling-option.cassette.yaml

Lines changed: 2127 additions & 3097 deletions
Large diffs are not rendered by default.

internal/services/container/testdata/container-with-img.cassette.yaml

Lines changed: 1001 additions & 1280 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)