mirror of https://github.com/crossplane/docs.git
Update get-started-with-managed-resources.md
fixed api version issue Signed-off-by: Shubham Singh <112804969+ShubSi26@users.noreply.github.com>
This commit is contained in:
parent
2a39bc9cba
commit
a1267c7b38
|
|
@ -154,7 +154,7 @@ All providers need a configuration to tell them where to load credentials.
|
||||||
Create this provider configuration:
|
Create this provider configuration:
|
||||||
|
|
||||||
```yaml {label="providerconfig",copy-lines="all"}
|
```yaml {label="providerconfig",copy-lines="all"}
|
||||||
apiVersion: aws.upbound.io/v1beta1
|
apiVersion: aws.m.upbound.io/v1beta1
|
||||||
kind: ProviderConfig
|
kind: ProviderConfig
|
||||||
metadata:
|
metadata:
|
||||||
name: default
|
name: default
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue