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

Sam test DNS record. #118

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Sam test DNS record. #118

wants to merge 5 commits into from

Conversation

samuel-skean
Copy link
Contributor

A simple test DNS record connecting to Coffee.

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     = 68 -> 71
        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 generated in Terraform PRs for Azure #89

Shouldn't be a CIDR, should just be an address.
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.samsktest will be created
+   resource "azurerm_dns_aaaa_record" "samsktest" {
+       fqdn                = (known after apply)
+       id                  = (known after apply)
+       name                = "samsk"
+       records             = [
+           "fdc5:2d46:cdc1:b358:5a47:caff:fe77:e556",
        ]
+       resource_group_name = "acm-general"
+       ttl                 = 300
+       zone_name           = "acmuic.org"
    }

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

📝 Plan generated in Terraform PRs for Azure #89

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