Skip to content

Commit

Permalink
chore: improve references docs
Browse files Browse the repository at this point in the history
  • Loading branch information
yordis committed Jun 1, 2024
1 parent 4073347 commit ed43b19
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/config/resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,9 @@ type ExternalName struct {

// References represents reference resolver configurations for the fields of a
// given resource. Key should be the field path of the field to be referenced.
// The key is the Terraform field path of the field to be referenced.
// Example: "vpc_id" or "forwarding_rule.certificate_name" in case of nested
// in another object.
type References map[string]Reference

// Reference represents the Crossplane options used to generate
Expand Down

0 comments on commit ed43b19

Please sign in to comment.