Key flow authentication (#67)

* Add key flow params to provider

* Update docs, add examples
This commit is contained in:
Vicente Pinto 2023-10-09 08:15:14 +01:00 committed by GitHub
parent 7354808f02
commit bc27bc20db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
29 changed files with 318 additions and 27 deletions

View file

@ -33,7 +33,7 @@ data "stackit_postgresql_instance" "example" {
- `cf_organization_guid` (String)
- `cf_space_guid` (String)
- `dashboard_url` (String)
- `id` (String) Terraform's internal resource identifier. It is structured as "`project_id`,`instance_id`".
- `id` (String) Terraform's internal data source. identifier. It is structured as "`project_id`,`instance_id`".
- `image_url` (String)
- `name` (String) Instance name.
- `parameters` (Attributes) (see [below for nested schema](#nestedatt--parameters))