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
Creation of DNS zone and record sets and expose those variables under this module.
Currently we are creating dns instance and custom resolver ID but we are not creating DNS zone and DNS records.
We can create the DNS zone and DNS records via terraform-ibm-landing-zone-vpc module and expose the values to terraform-ibm-landing-zone module like we are doing for dns instance and custom resolver ID.
The text was updated successfully, but these errors were encountered:
Closed by mistake, re-opened as changes are yet to be exposed in SLZ. One part of the problem is complete. Will be raising PR to get the changes in SLZ.
Description
Creation of DNS zone and record sets and expose those variables under this module.
Currently we are creating dns instance and custom resolver ID but we are not creating DNS zone and DNS records.
We can create the DNS zone and DNS records via
terraform-ibm-landing-zone-vpc
module and expose the values toterraform-ibm-landing-zone
module like we are doing for dns instance and custom resolver ID.The text was updated successfully, but these errors were encountered: