Skip to content

🔨 Fixing spacing#145

Merged
clee231 merged 1 commit into
mainfrom
terraform-plan-bump
Mar 21, 2026
Merged

🔨 Fixing spacing#145
clee231 merged 1 commit into
mainfrom
terraform-plan-bump

Conversation

@clee231

@clee231 clee231 commented Mar 21, 2026

Copy link
Copy Markdown
Contributor

Fixing spacing, also ensuring plan matches with state of infra.

@github-actions

github-actions Bot commented Mar 21, 2026

Copy link
Copy Markdown

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

No changes. Your infrastructure matches the configuration.
No changes. Your infrastructure matches the configuration.

Terraform has compared your real infrastructure against your configuration
and found no differences, so no changes are needed.

✅ Plan applied in Terraform Apply on Azure #63

@github-actions

github-actions Bot commented Mar 21, 2026

Copy link
Copy Markdown

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

Plan: 2 to add, 0 to change, 0 to destroy. Changes to Outputs.
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_cname_record.doom_acmuic_org will be created
+   resource "azurerm_dns_cname_record" "doom_acmuic_org" {
+       fqdn                = (known after apply)
+       id                  = (known after apply)
+       name                = "doom"
+       record              = "acm.cs.uic.edu"
+       resource_group_name = "acm-general"
+       ttl                 = 300
+       zone_name           = "acmuic.org"
    }

  # azurerm_dns_cname_record.playground_acmuic_org will be created
+   resource "azurerm_dns_cname_record" "playground_acmuic_org" {
+       fqdn                = (known after apply)
+       id                  = (known after apply)
+       name                = "playground"
+       record              = "acm.cs.uic.edu"
+       resource_group_name = "acm-general"
+       ttl                 = 300
+       zone_name           = "acmuic.org"
    }

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

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     = 75 -> 74
        tags                      = {}
#        (4 unchanged attributes hidden)
    }

✅ Plan applied in Terraform Apply on Azure #63

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     = 74
    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)
pfsense_service_principal_id       = "/servicePrincipals/732cd17c-42d8-4463-be7f-ca627b6eee87"
pfsense_service_principal_password = (sensitive value)
subscription_id                    = "2f98793b-7e2f-4f03-ac5b-7b2ec934dcd7"
tenant_id                          = "cad5e02f-bae4-42d6-a06e-4377dd3e386f"

@clee231 clee231 merged commit 03c60d4 into main Mar 21, 2026
2 checks passed
@clee231 clee231 deleted the terraform-plan-bump branch March 21, 2026 00:08
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.

1 participant