Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions integrations/terraform/protoc-gen-terraform-autoupdate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,19 @@ exclude_fields:
# Metadata (we id resources by name on our side)
- "AutoUpdateConfig.metadata.id"
- "AutoUpdateVersion.metadata.id"
- "AutoUpdateVersion.metadata.namespace"
- "AutoUpdateConfig.metadata.namespace"
- "AutoUpdateVersion.metadata.revision"
- "AutoUpdateConfig.metadata.revision"

# These fields will be marked as Computed: true
computed_fields:
# Metadata
- "AutoUpdateVersion.metadata"
- "AutoUpdateVersion.metadata.name"
- "AutoUpdateVersion.metadata.namespace"
- "AutoUpdateVersion.kind"
- "AutoUpdateConfig.metadata"
- "AutoUpdateConfig.metadata.name"
- "AutoUpdateConfig.metadata.namespace"
- "AutoUpdateConfig.kind"

# These fields will be marked as Required: true
Expand Down
180 changes: 0 additions & 180 deletions integrations/terraform/tfschema/autoupdate/v1/autoupdate_terraform.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading