Skip to content
This repository has been archived by the owner on Dec 17, 2020. It is now read-only.

Support for creation and deletion of auth zones #40

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Dec 2, 2020

  1. Add zone resource

    alanplatt committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    9b6bca5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f19cf1e View commit details
    Browse the repository at this point in the history
  3. go fmt code

    Alan authored and alanplatt committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    2adf4f1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3bf9440 View commit details
    Browse the repository at this point in the history
  5. Remove unused comments

    alanplatt committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    2b02732 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2020

  1. Add zones to README

    alanplatt committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    8b74e82 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2020

  1. Prevent the deletion of domains with sub-domains

    This stops the accidental deletion of sub-domains within Infoblox when
    the parent domain is deleted.  In order for a parent domain to be
    deleted now, the sub-domains will need to be removed first.
    
    This can be protected against with the `depends_on` directive within the
    users terraform code (sub-domains referencing parent domains) but this
    is easily forgotten.
    dazoakley committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    b672bd1 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2020

  1. Merge pull request #2 from dazoakley/subdomain-protection

    Prevent the deletion of domains with sub-domains
    alanplatt committed Dec 18, 2020
    Configuration menu
    Copy the full SHA
    76828dd View commit details
    Browse the repository at this point in the history