-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dev2.8 #415
Merged
Merged
Dev2.8 #415
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Collaborator
JkhatriInfobox
commented
Oct 29, 2024
- Added support for Zone Delegated objects for both resources and data sources.
- Introduced support for the disable and aliases fields in Host records.
- Enabled the creation of A, AAAA, and IP Allocation (Host Record) with the Next Available IP feature, with extensible attributes.
- Facilitated the creation of Network and Network Container records using the Next Available Network/NetworkContainer feature, with extensible attributes.
--------- Co-authored-by: Neil Garratt <[email protected]> Co-authored-by: Piper Dougherty <[email protected]>
* Implement next_available network support for NW and NW conatiner * adding next_available_ip support for RecordAAAA and RecordHost in terraform * adding support for next-available-ip for hostrecord and record:aaaa
* test cases for a record and aaaa record * test cases for aaaa record - next_available_ip
…est cases for alias field (#392) * test cases for a record and aaaa record * test cases for aaaa record - next_available_ip * validation if aliases have domain name suffix if dns is enabled and test cases for alias field * aliases for ip association
* adding other fields for host-record * change next-available-ip function in recordA * Host record after rebasing
* Fix for NPA-193 * Fix for NPA-195--->Added a function to handle leading zeros for IPV6 * handling leading zeros for cidr in network container
Added missing braces for statfunc
modified the test cases for host record DiffSuppressFunc added to handle the plan difference between configuration file and state file
#398) * test cases for host record and network container for next available IP * revert the changes for cidr and added IPV6 test case for network container
…or dynamic allocation using filter_params (#405)
…is disabled (#406) * DiffSupress function changes for alias field in host record when dns is disabled * Updating ttl value : ttl value being de-referenced in the assoication when its nil
* updating documentation and adding examples for next-available and zone-delegated * NPA-200 fix: deleting aliases when dns is enabled
… fields. (#414) * setting ip_addr_type, object fields to null during import and disable field during import and read * adding error check for d.set
…#412) * updating docs folder and ReadME for zone-delegated and next-available * updating review comments for documentation * removing default values for data source example
JkhatriInfobox
force-pushed
the
dev2.8
branch
from
October 29, 2024 12:57
07a3afe
to
5d2e656
Compare
Aish-sp
approved these changes
Oct 29, 2024
Chaithra001
approved these changes
Oct 30, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.