Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Initial check-in... * Churn while I work out the logic... * So close... * Fix lint error... * Fix case sensitivity and move toward association * Almost there... total redesign... * Done... now write test cases... * Last of the case insensitive fix... * Add nil checks to helper functions * Fix race condition with route resource * Add note to docs for route race condition * Add third route to example * Fix lint error * terrafmt * Fix up some loose ends and test cases * Fix comment spacing * Terrafmt test * Remove import check for association * last minute changes * Remove associate_with_cdn_frontdoor_route_id * remove validation from read func * refactor disable link resource * Update nil error message * fix typo in var name * Update website/docs/r/cdn_frontdoor_route_disable_link_to_default_domain.html.markdown Co-authored-by: Tom Harvey <[email protected]> * Update website/docs/r/cdn_frontdoor_route.html.markdown Co-authored-by: Tom Harvey <[email protected]> * Update website/docs/r/cdn_frontdoor_custom_domain_association.html.markdown Co-authored-by: Tom Harvey <[email protected]> * Update website/docs/r/cdn_frontdoor_custom_domain_association.html.markdown Co-authored-by: Tom Harvey <[email protected]> * Update internal/services/cdn/cdn_frontdoor_custom_domain_association_resource.go Co-authored-by: Tom Harvey <[email protected]> * Update internal/services/cdn/cdn_frontdoor_custom_domain_association_resource.go Co-authored-by: Tom Harvey <[email protected]> * Update internal/services/cdn/cdn_frontdoor_custom_domain_resource.go Co-authored-by: Tom Harvey <[email protected]> * Update internal/services/cdn/cdn_frontdoor_custom_domain_resource.go Co-authored-by: Tom Harvey <[email protected]> * Update internal/services/cdn/cdn_frontdoor_custom_domain_resource.go Co-authored-by: Tom Harvey <[email protected]> * Update internal/services/cdn/cdn_frontdoor_custom_domain_resource.go Co-authored-by: Tom Harvey <[email protected]> * Update internal/services/cdn/cdn_frontdoor_custom_domain_resource.go Co-authored-by: Tom Harvey <[email protected]> * Update internal/services/cdn/cdn_frontdoor_endpoint_resource.go Co-authored-by: Tom Harvey <[email protected]> * Update internal/services/cdn/cdn_frontdoor_endpoint_resource.go Co-authored-by: Tom Harvey <[email protected]> * Update internal/services/cdn/cdn_frontdoor_endpoint_resource.go Co-authored-by: Tom Harvey <[email protected]> * Update internal/services/cdn/cdn_frontdoor_endpoint_resource.go Co-authored-by: Tom Harvey <[email protected]> * Update internal/services/cdn/cdn_frontdoor_firewall_policy_resource.go Co-authored-by: Tom Harvey <[email protected]> * Update internal/services/cdn/cdn_frontdoor_firewall_policy_resource.go Co-authored-by: Tom Harvey <[email protected]> * Update internal/services/cdn/cdn_frontdoor_helpers.go Co-authored-by: Tom Harvey <[email protected]> * Update internal/services/cdn/cdn_frontdoor_helpers.go Co-authored-by: Tom Harvey <[email protected]> * Update internal/services/cdn/cdn_frontdoor_helpers.go Co-authored-by: Tom Harvey <[email protected]> * Update internal/services/cdn/cdn_frontdoor_helpers.go Co-authored-by: Tom Harvey <[email protected]> * Update internal/services/cdn/cdn_frontdoor_helpers.go Co-authored-by: Tom Harvey <[email protected]> * Update internal/services/cdn/cdn_frontdoor_helpers.go Co-authored-by: Tom Harvey <[email protected]> * Update internal/services/cdn/cdn_frontdoor_helpers.go Co-authored-by: Tom Harvey <[email protected]> * Update internal/services/cdn/cdn_frontdoor_origin_group_resource.go Co-authored-by: Tom Harvey <[email protected]> * Update internal/services/cdn/cdn_frontdoor_origin_group_resource.go Co-authored-by: Tom Harvey <[email protected]> * Update internal/services/cdn/cdn_frontdoor_origin_group_resource.go Co-authored-by: Tom Harvey <[email protected]> * Update website/docs/r/cdn_frontdoor_custom_domain_association.html.markdown Co-authored-by: Tom Harvey <[email protected]> * remove all Insensitively from resource * Update website/docs/r/cdn_frontdoor_custom_domain_association.html.markdown Co-authored-by: Tom Harvey <[email protected]> * Address PR comments * Fix frontmatter issue with doc * Remove extra space from H1 * remove friendly parse function Co-authored-by: Tom Harvey <[email protected]>
- Loading branch information