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 5c1bd31 commit e5ec665Copy full SHA for e5ec665
docs/resources/loadbalancer.md
@@ -207,7 +207,7 @@ resource "stackit_server" "example" {
207
}
208
209
resource "stackit_network_interface" "nic" {
210
- project_id = var.project_id
+ project_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
211
network_id = stackit_network.target_network.network_id
212
security_group_ids = [stackit_security_group.target_sg.security_group_id]
213
0 commit comments