You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/resources/function.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -99,6 +99,9 @@ The following arguments are supported:
99
99
100
100
-`project_id` - (Defaults to [provider](../index.md#project_id)`project_id`) The ID of the project the functions namespace is associated with.
101
101
102
+
-`private_network_id` (Optional) The ID of the Private Network the function is connected to.
103
+
104
+
~> **Important** This feature is currently in beta and requires a namespace with VPC integration activated by setting the `activate_vpc_integration` attribute to `true`.
Copy file name to clipboardExpand all lines: docs/resources/function_namespace.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,10 @@ The following arguments are supported:
40
40
41
41
-`secret_environment_variables` - (Optional) The secret environment variables of the namespace.
42
42
43
+
-`activate_vpc_integration` - (Optional) Activates VPC integration for the namespace. Functions of a namespace with VPC integration activated will be able to connect to a Private Network.
44
+
45
+
~> **Important** Updates to `activate_vpc_integration` will recreate the namespace.
46
+
43
47
## Attributes Reference
44
48
45
49
The `scaleway_function_namespace` resource exports certain attributes once the Functions namespace has been created. These attributes can be referenced in other parts of your Terraform configuration.
0 commit comments