Skip to content

Commit

Permalink
Merge pull request #413 from yordis/chore-2
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanduplessis authored Oct 20, 2024
2 parents 5cdf369 + d37f2e3 commit 7eaaf8a
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 7eaaf8a

Please sign in to comment.