Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new AAAA record #121

Merged
merged 1 commit into from
Nov 14, 2024
Merged

new AAAA record #121

merged 1 commit into from
Nov 14, 2024

Conversation

KalibMcEuen
Copy link
Contributor

No description provided.

Copy link

github-actions bot commented Nov 14, 2024

Terraform plan in azure/terraform/stacks/sysadmin-demo in the prod workspace
With var files: azure/terraform/stacks/sysadmin-demo/configuration/prod.tfvars

Plan: 1 to add, 0 to change, 0 to destroy.
Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
+   create

Terraform will perform the following actions:

  # azurerm_dns_aaaa_record.kalibtest will be created
+   resource "azurerm_dns_aaaa_record" "kalibtest" {
+       fqdn                = (known after apply)
+       id                  = (known after apply)
+       name                = "kalibtest"
+       records             = [
+           "fdc5:2d46:cdc1:b358:5a47:caff:fe77:e555",
        ]
+       resource_group_name = "acm-general"
+       ttl                 = 60
+       zone_name           = "acmuic.org"
    }

Plan: 1 to add, 0 to change, 0 to destroy.

✅ Plan applied in Terraform Apply on Azure #55

Copy link

github-actions bot commented Nov 14, 2024

Terraform plan in azure/terraform/stacks/acm-general in the prod workspace
With var files: azure/terraform/stacks/acm-general/configuration/prod.tfvars

Changes to Outputs.
Changes to Outputs:
!~  azurerm_dns_zone_acm_uic = {
        id                        = "/subscriptions/2f98793b-7e2f-4f03-ac5b-7b2ec934dcd7/resourceGroups/acm-general/providers/Microsoft.Network/dnsZones/acmuic.org"
        name                      = "acmuic.org"
!~      number_of_record_sets     = 69 -> 68
        tags                      = {}
#        (4 unchanged attributes hidden)
    }

You can apply this plan to save these new output values to the Terraform
state, without changing any real infrastructure.

✅ Plan applied in Terraform Apply on Azure #55

Outputs
azurerm_dns_zone_acm_uic = {
    id                        = "/subscriptions/2f98793b-7e2f-4f03-ac5b-7b2ec934dcd7/resourceGroups/acm-general/providers/Microsoft.Network/dnsZones/acmuic.org"
    max_number_of_record_sets = 10000
    name                      = "acmuic.org"
    name_servers              = [
        "ns1-06.azure-dns.com.",
        "ns2-06.azure-dns.net.",
        "ns3-06.azure-dns.org.",
        "ns4-06.azure-dns.info.",
    ]
    number_of_record_sets     = 68
    resource_group_name       = "acm-general"
    tags                      = {}
    timeouts                  = null
}
default_resource_group   = "acm-general"
externaldns_sp_clientid  = "f995b4bc-00a0-4912-9a1a-da9f74407cb8"
externaldns_sp_keyid     = "4417adde-2f44-480f-ae52-685557438430"
externaldns_sp_password  = (sensitive value)
subscription_id          = "2f98793b-7e2f-4f03-ac5b-7b2ec934dcd7"
tenant_id                = "cad5e02f-bae4-42d6-a06e-4377dd3e386f"

@KalibMcEuen KalibMcEuen merged commit c835116 into main Nov 14, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants