You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Resources are reworked aganist the changes from auto generated objects in go-client
5
+
- New Feature: ability to search through Extensible Attributes in datasources
6
+
- Additionally, added Multi Value Extensible Attributes search support
7
+
- EA Inheritance issue fixed, where inherited EAs in NIOS were getting deleted for second apply
8
+
- Datasources are reworked to use `filters`, for fetching matching objects, refer to [Terraform Docs](https://github.com/infobloxopen/terraform-provider-infoblox/blob/master/docs/index.md)
Copy file name to clipboardExpand all lines: README.md
+12-15Lines changed: 12 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
This is a provider plugin for Terraform to manage Infoblox NIOS (Network Identity Operating System) resources using Terraform infrastructure as code solutions.
8
8
The plugin enables lifecycle management of Infoblox NIOS DDI resources.
9
9
10
-
The latest version of Infoblox provider is [v2.4.1](https://github.com/infobloxopen/terraform-provider-infoblox/releases/tag/v2.4.1)
10
+
The latest version of Infoblox provider is [v2.5.0](https://github.com/infobloxopen/terraform-provider-infoblox/releases/tag/v2.5.0)
11
11
12
12
## Provider Features
13
13
@@ -20,11 +20,13 @@ The provider plugin has NIOS DDI resources represented as Terraform resources an
0 commit comments