BUG FIXES:
- Adjust plan modifiers for attributes only required for creation to allow for import.
BREAKING CHANGES:
- IDs must be treated as a string so that import works correctly.
BUG FIXES:
- Fix logic error with ping_before_assign value check on
resource/bluecat_ip4_network
IMPROVEMENTS:
- Updated terraform-plugin-framework to 1.7.0
BREAKING CHANGES:
- The schema on several resources has been changed, but now fields exposed track what is documented for the Legacy API.
- There were breaking changes in 0.4.0 as well, but they were not documented or as consistent.
IMPROVEMENTS:
- All fields on network, address, and host_record resource that are configurable via the API should work now.
- Updated dependencies
IMPROVEMENTS:
- Reworked code to use terraform-plugin-framework instead of terraform-plugin-sdk/v2
- Simplified how we handle logouts
BUG FIXES:
- bluecat_ip4_network was not returning all properties.
FEATURES:
- New Datasource:
bluecat_ip4_network
BUG FIXES:
- Error if no entity is found with the bluecat_entity datasource.
IMPROVEMENTS:
-
Updated Terraform SDK to 2.8.0
-
Updated terraform-plugin-docs to 0.5.0
-
Reworked code to follow Terraform Provider Scaffolding
-
Use generated documentation.
-
Use context aware functions.
-
Now building with go 1.16
BREAKING CHANGES:
- resource/bluecat_ip4_address: Removed
parent_id_list
argument andcomputed_parent_id
attribute.parent_id
argument is now required. (#4)
FEATURES:
- New Resource:
bluecat_ip4_available_network
(#4)
IMPROVEMENTS:
-
Updated gobam to 20201026200032-5742f663694f and added a new provider configuration argument
ssl_verify
to allow ignoring SSL certificate validation errors. (#1) -
Switched from Terraform SDK v1 to v2 (#5)
-
Now building with go 1.15
First release of provider.