Skip to content

Commit

Permalink
rfc: resembles -> declares
Browse files Browse the repository at this point in the history
Signed-off-by: Moritz Sanft <[email protected]>
  • Loading branch information
msanft committed Nov 21, 2023
1 parent 8fb3d80 commit 4531e44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rfc/terraform-provider.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ data "constellation_image" "foo" {
```

The `constellation_cluster` resource is the main resource implemented by the provider.
It resembles a Constellation cluster with a specific configuration.
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* recreate the resource when the update can't be performed in-place (e.g. changing the master secret).
updates it with the according configuration if already existing, or deletes it if not present in the configuration but in the state.

Expand Down

0 comments on commit 4531e44

Please sign in to comment.