🔨 Fixing spacing#145
Merged
Merged
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 #63 |
|
Terraform plan in azure/terraform/stacks/acm-general in the prod workspace 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 Outputsazurerm_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" |
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.
Fixing spacing, also ensuring plan matches with state of infra.