From 52171535fede5e916ed5864e1bb2ee6bab1085ce Mon Sep 17 00:00:00 2001 From: Moritz Sanft <58110325+msanft@users.noreply.github.com> Date: Tue, 21 Nov 2023 11:30:55 +0100 Subject: [PATCH] fix typo Co-authored-by: Adrian Stobbe --- rfc/terraform-provider.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rfc/terraform-provider.md b/rfc/terraform-provider.md index b604f16d9c..71ef1f833d 100644 --- a/rfc/terraform-provider.md +++ b/rfc/terraform-provider.md @@ -1,6 +1,6 @@ # Constellation Terraform Provider -The Constellation Terraform Provider should allow it's user to manage the full lifecycle of a Constellation cluster -- namely creation, updates, and deletion -- via Terraform. +The Constellation Terraform Provider allows its user to manage the full lifecycle of a Constellation cluster -- namely creation, updates, and deletion -- via Terraform. ## Design Goals