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
The example below uses OpenStack to create the network, router, a public IP address and a compute instance.
7
+
The example below creates the supporting infrastructure using the STACKIT Terraform provider, including the network, network interface, a public IP address and server resources.
32
8
---
33
9
34
10
# stackit_loadbalancer (Resource)
35
11
36
12
## Setting up supporting infrastructure
37
13
38
14
39
-
### Configuring an OpenStack provider
40
-
41
-
42
-
To automate the creation of load balancers, OpenStack can be used to setup the supporting infrastructure.
43
-
To set up the OpenStack provider, you can create a token through the STACKIT Portal, in your project's Infrastructure API page.
44
-
There, the OpenStack user domain name, username, and password are generated and can be obtained. The provider can then be configured as follows:
The example below uses OpenStack to create the network, router, a public IP address and a compute instance.
15
+
The example below creates the supporting infrastructure using the STACKIT Terraform provider, including the network, network interface, a public IP address and server resources.
To automate the creation of load balancers, OpenStack can be used to setup the supporting infrastructure.
268
-
To set up the OpenStack provider, you can create a token through the STACKIT Portal, in your project's Infrastructure API page.
269
-
There, the OpenStack user domain name, username, and password are generated and can be obtained. The provider can then be configured as follows:`+"\n"+
The example below uses OpenStack to create the network, router, a public IP address and a compute instance.
265
+
The example below creates the supporting infrastructure using the STACKIT Terraform provider, including the network, network interface, a public IP address and server resources.
0 commit comments