Skip to content

Commit

Permalink
rfc: indicate sensitive state
Browse files Browse the repository at this point in the history
Signed-off-by: Moritz Sanft <[email protected]>
  • Loading branch information
msanft committed Nov 22, 2023
1 parent 0af63d3 commit 59ec29a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rfc/terraform-provider.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ data "constellation_image" "foo" {
# constellation_image.foo.reference (CSP-specific image reference)
```

The Terraform state is to be considered sensitive, as it contains the Master- & Init-Secret, as well as the Kubeconfig.

The `constellation_cluster` resource is the main resource implemented by the provider.
It declares a Constellation cluster with a specific configuration.
Applying it will create the cluster if not existing, upgrade the cluster when the changes can be performed in place (e.g. K8s / node image / microservice update) *or*
Expand Down

0 comments on commit 59ec29a

Please sign in to comment.