crossplane / terrajet

Generate Crossplane Providers from any Terraform Provider
https://crossplane.io
Apache License 2.0
289 stars 38 forks source link

Fix syntax errors in resource configuration example #279

Closed ytsarev closed 2 years ago

ytsarev commented 2 years ago

Description of your changes

Apparently it was a quick copy-paste from pkg/config/defaults.go where related config is a Struct instead of direct assignment.

This commit fixes the example to contain valid syntax.

Signed-off-by: Yury Tsarev yury@upbound.io

I have:

How has this code been tested

Simple code validation check