From a1267c7b38b5da16ab39e82fb08410e2a6d4750e Mon Sep 17 00:00:00 2001 From: Shubham Singh <112804969+ShubSi26@users.noreply.github.com> Date: Wed, 13 Aug 2025 21:59:09 +0530 Subject: [PATCH] Update get-started-with-managed-resources.md fixed api version issue Signed-off-by: Shubham Singh <112804969+ShubSi26@users.noreply.github.com> --- content/v2.0/get-started/get-started-with-managed-resources.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/v2.0/get-started/get-started-with-managed-resources.md b/content/v2.0/get-started/get-started-with-managed-resources.md index 40c3f9f4..0d63841d 100644 --- a/content/v2.0/get-started/get-started-with-managed-resources.md +++ b/content/v2.0/get-started/get-started-with-managed-resources.md @@ -154,7 +154,7 @@ All providers need a configuration to tell them where to load credentials. Create this provider configuration: ```yaml {label="providerconfig",copy-lines="all"} -apiVersion: aws.upbound.io/v1beta1 +apiVersion: aws.m.upbound.io/v1beta1 kind: ProviderConfig metadata: name: default