From 5ccd9b1b830c566cbae816dce10b4b4811a5beca Mon Sep 17 00:00:00 2001 From: Pete Lumbis Date: Thu, 18 May 2023 13:31:49 -0400 Subject: [PATCH] Corrects statement about UXP to Up CLI. Resolves #331 (#445) --- content/master/getting-started/provider-aws-part-3.md | 10 +++++----- content/v1.11/getting-started/provider-aws-part-3.md | 10 +++++----- content/v1.12/getting-started/provider-aws-part-3.md | 10 +++++----- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/content/master/getting-started/provider-aws-part-3.md b/content/master/getting-started/provider-aws-part-3.md index e2ea9543..55eb0241 100644 --- a/content/master/getting-started/provider-aws-part-3.md +++ b/content/master/getting-started/provider-aws-part-3.md @@ -282,7 +282,7 @@ resources: ``` Patching is a powerful tool enabling simpler or abstracted APIs. A developer -doesn't need to know the specific AWS region identifier, only the abstracted +isn't required to know the specific AWS region identifier, only the abstracted option of "EU" or "US." @@ -382,9 +382,9 @@ kubectl describe table | grep arn:aws Using {{}}region: "EU"{{}} patches the _composite resource_, updating the AWS region from `us-east-2` to `eu-north-1`. -The developer creating the claim doesn't need to know which specific AWS region -or the naming conventions. Using the abstract API options of "EU" or "US" the -developer places their resources in the desired location. +The developer creating the claim isn't required to know which specific AWS +region or the naming conventions. Using the abstract API options of "EU" or "US" +the developer places their resources in the desired location. Deleting the claim removes the _managed resources_. @@ -424,7 +424,7 @@ tool. {{< hint "note" >}} You can use any software that builds OCI images. This includes [Docker](https://www.docker.com/) or -[Upbound's Universal Crossplane (UXP)](https://github.com/upbound/universal-crossplane) +[Upbound's Up CLI)](https://github.com/upbound/up). {{< /hint >}} A configuration package includes three files: diff --git a/content/v1.11/getting-started/provider-aws-part-3.md b/content/v1.11/getting-started/provider-aws-part-3.md index 57f80219..b23d0099 100644 --- a/content/v1.11/getting-started/provider-aws-part-3.md +++ b/content/v1.11/getting-started/provider-aws-part-3.md @@ -276,7 +276,7 @@ resources: ``` Patching is a powerful tool enabling simpler or abstracted APIs. A developer -doesn't need to know the specific AWS region identifier, only the abstracted +isn't required to know the specific AWS region identifier, only the abstracted option of "EU" or "US." @@ -372,9 +372,9 @@ kubectl describe table | grep arn:aws Using {{}}region: "EU"{{}} patches the _composite resource_, updating the AWS region from `us-east-2` to `eu-north-1`. -The developer creating the claim doesn't need to know which specific AWS region -or the naming conventions. Using the abstract API options of "EU" or "US" the -developer places their resources in the desired location. +The developer creating the claim isn't required to know which specific AWS +region or the naming conventions. Using the abstract API options of "EU" or "US" +the developer places their resources in the desired location. Deleting the claim removes the _managed resources_. @@ -414,7 +414,7 @@ tool. {{< hint "note" >}} You can use any software that builds OCI images. This includes [Docker](https://www.docker.com/) or -[Upbound's Universal Crossplane (UXP)](https://github.com/upbound/universal-crossplane) +[Upbound's Up CLI)](https://github.com/upbound/up). {{< /hint >}} A configuration package includes three files: diff --git a/content/v1.12/getting-started/provider-aws-part-3.md b/content/v1.12/getting-started/provider-aws-part-3.md index e2ea9543..55eb0241 100644 --- a/content/v1.12/getting-started/provider-aws-part-3.md +++ b/content/v1.12/getting-started/provider-aws-part-3.md @@ -282,7 +282,7 @@ resources: ``` Patching is a powerful tool enabling simpler or abstracted APIs. A developer -doesn't need to know the specific AWS region identifier, only the abstracted +isn't required to know the specific AWS region identifier, only the abstracted option of "EU" or "US." @@ -382,9 +382,9 @@ kubectl describe table | grep arn:aws Using {{}}region: "EU"{{}} patches the _composite resource_, updating the AWS region from `us-east-2` to `eu-north-1`. -The developer creating the claim doesn't need to know which specific AWS region -or the naming conventions. Using the abstract API options of "EU" or "US" the -developer places their resources in the desired location. +The developer creating the claim isn't required to know which specific AWS +region or the naming conventions. Using the abstract API options of "EU" or "US" +the developer places their resources in the desired location. Deleting the claim removes the _managed resources_. @@ -424,7 +424,7 @@ tool. {{< hint "note" >}} You can use any software that builds OCI images. This includes [Docker](https://www.docker.com/) or -[Upbound's Universal Crossplane (UXP)](https://github.com/upbound/universal-crossplane) +[Upbound's Up CLI)](https://github.com/upbound/up). {{< /hint >}} A configuration package includes three files: