Conversation
|
Terraform plan in azure/terraform/stacks/sysadmin-demo in the prod workspace No changes. Your infrastructure matches the configuration.✅ Plan applied in Terraform Apply on Azure #62 |
|
Terraform plan in azure/terraform/stacks/acm-general in the prod workspace Plan: 3 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"
}
# azurerm_dns_cname_record.status_acmuic_org will be created
+ resource "azurerm_dns_cname_record" "status_acmuic_org" {
+ fqdn = (known after apply)
+ id = (known after apply)
+ name = "status"
+ record = "acm-uic.github.io"
+ resource_group_name = "acm-general"
+ ttl = 300
+ zone_name = "acmuic.org"
}
Plan: 3 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 = 71 -> 75
tags = {}
# (4 unchanged attributes hidden)
}❌ Error applying plan in Terraform Apply on Azure #62 |
clee231
approved these changes
Mar 20, 2026
clee231
left a comment
Contributor
There was a problem hiding this comment.
Lechayim Gheraoed Topside Monothelism~! (LGTM!)
I noticed your branch was out-of-date, but I rebased your branch to fix it.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.