Skip to content

Commit

Permalink
Enable route53_zone_association
Browse files Browse the repository at this point in the history
* Addition to #456
* Dedicate `ZoneAssociation` for more complex ZoneToVPC associations for
  a complex cases
* According to investigation documented at #456 (comment)
  we will still need inline `vpc` field to instantiate private Zone
first
* #456 should be merged first so we can ehance `ZoneAssociation` example

Signed-off-by: Yury Tsarev <[email protected]>
  • Loading branch information
ytsarev committed Jun 19, 2023
1 parent 4cf3761 commit 76f620d
Show file tree
Hide file tree
Showing 13 changed files with 1,144 additions and 2 deletions.
173 changes: 173 additions & 0 deletions apis/route53/v1beta1/zz_generated.deepcopy.go

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

66 changes: 66 additions & 0 deletions apis/route53/v1beta1/zz_generated.managed.go

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

9 changes: 9 additions & 0 deletions apis/route53/v1beta1/zz_generated.managedlist.go

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

42 changes: 42 additions & 0 deletions apis/route53/v1beta1/zz_generated.resolvers.go

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

74 changes: 74 additions & 0 deletions apis/route53/v1beta1/zz_generated_terraformed.go

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

Loading

0 comments on commit 76f620d

Please sign in to comment.