Onboard Load Balancer (part 4: acc tests, examples and documentation) (#117)

* Implement acceptance test

* Add resource and data source to the provider

* Add examples and markdown description

* Generate docs

* Adjustments after review

* Move load balancer supporting infrastructure from resource config to example
This commit is contained in:
João Palet 2023-10-31 18:13:50 +01:00 committed by GitHub
parent b804dc789e
commit 7188e13e92
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 831 additions and 0 deletions

View file

@ -0,0 +1,4 @@
data "stackit_loadbalancer" "example" {
project_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
name = "example-load-balancer"
}