crossplane / crossplane/upjet

crd docs: Field names mentioned in docs are snake case whereas our field names are lower camel

Open
#105 1 comment 0 reactions 0 assignees View on GitHub
docgen enhancement v2
Dominant language
Go
Stars
481
Forks
131
Avg merge
2d 1h
Merged PRs (30d)
11

Description

### What problem are you facing?

Since we scrape TF registry for documentation, some fields refer to others with their snake case field name like [this one](https://marketplace.upbound.io/providers/upbound/provider-aws/v0.8.0/resources/rds.aws.upbound.io/Cluster/v1beta1#doc:spec-forProvider-dbInstanceParameterGroupName) where the description of `dbInstanceParameterGroupName` includes the following sentence:
```
The db_instance_parameter_group_name parameter is only valid in combination with the allow_major_version_upgrade parameter.
```

### How could Official Providers help solve your problem?

We can scan and replace them with their Crossplane counterparts.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.