-
When an attempt is made to create a host record (with DNS enabled) record using the infoblox_ip_allocation resource, but a record already exists with that name, the wrong error is shown in the output.…
-
**Describe the solution you'd like**
When managing a workload cluster via cluster-api automate the assignment of the vip and vm ips.
On a namespace level:
- one or more InClusterIPPool resource…
-
The Infoblox BloxOne DDI integration currently uses a `Fingerprint` processor on events, and the timestamp of events is being set based on the `created_at` value of the event. This is causing visibili…
-
Getting weird "invalid character" when just testing out the samples. Built with no errors on MacOS Catalina.
```
$ terraform apply
An execution plan has been generated and is shown below.
Res…
-
When I try to update a CNAME record
For exemple:
```
resource "infoblox_cname_record" "test-update" {
canonical="www.google.com"
zone="myzone.net"
alias="test-update"
tenant_id="tenan…
-
#### Title
IPAM webhook support
#### Description
Allow hitting a remote endpoint for IP + hostname allocation/release. This would allow for interaction/interoperability with systems that may …
-
Hi,
This is the code I am using.
provider "infoblox" {
sslmode = false
server = "infoblox.corp.com"
username = "XXXX"
password = "XXX"
}
resource "infoblox_ip_allocation" "al…
-
IF you create a "network" and then create networks underneath that network by adding
```func:nextavailablenetwork:${infoblox_network.mynetwork.network},default,18```
to try and create subnet network…
-
**What would you like to be added**:
Documentation for the supported flags for external-dns.
**Why is this needed**:
Really struggling to understand what all the features of external-dns are an…
-
``` python
infoblox_client.objects.ARecordBase.create(
connector,
name="some.name",
ip=infoblox_client.objects.IP.create(ip="127.0.0.1"),
)
```
In 0.5.0:
```
Traceback (most recen…