-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement terraform drift management by Terraform Internal ID EA
* Added support for Terraform Internal ID EA to RecordA. (#327) Modified povider.go * Added new EA Terraform IntrenalID with UUID to identify the resource as unique ID as ref changes on value change * Updated A, CNAME, MX, Network, NetworkContainer and NetworkView with Internal ID support. * Clean state file for Host record during Refresh if resource not exist. * Feature/resource id management (#333) * Added support for Terraform Internal ID EA to AAAA, PTR, SRV, TXT. * Added support for Terraform Internal ID EA to dns view and zone auth. * [FIX] Handle ext_attrs from panic when Null, Network view ext_attrs idempotent for each apply. (#335) [IMP] Remove "Terraform Internal ID" from the ext_attrs from state file. * Fixed Host record import when recored created without mac or uuid. (#334) * [IMP] Updated Go-client with latest commit and updated vendor dir. (#336) * [FIX] IP Allocation crash on next terraform apply when MAC address is nil. (#337) * [FIX] NIOS-99926 | Handle EA for NULL (#338) * - [Fix] Nios-100049 | Updated ipv6 network examples (#340) * [Fix] NIOS-100160 | Corrected datasource examples (#341) * [Fix] Nios-100160 | Corrected datasource examples * [Fix] Nios-100160 | Corrected datasource examples * Feature/resource id management (#339) * Added support for Terraform Internal ID EA to AAAA, PTR, SRV, TXT. * Added support for Terraform Internal ID EA to dns view and zone auth. * - Added Prerequisites for TF_ACC test cases. - Added Dependencies to test files. - Updated record search with new field internal ID * Updated vendor directory with Go-client V2.6.0 --------- Co-authored-by: Jeenitkumar Khatri <58591067+JkhatriInfobox@users.noreply.github.com>
- Loading branch information
1 parent
7eef978
commit 17ebe33
Showing
68 changed files
with
3,654 additions
and
880 deletions.
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.