-
Notifications
You must be signed in to change notification settings - Fork 3
Testing Terraform pipelines #114
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
Closed
Closed
Conversation
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
Terraform plan in azure/terraform/stacks/acm-general in the prod workspace Plan: 0 to add, 0 to change, 2 to destroy. Changes to Outputs.Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
- destroy
Terraform will perform the following actions:
# azurerm_role_assignment.terraform_sysadmin_demo_dns will be destroyed
# (because azurerm_role_assignment.terraform_sysadmin_demo_dns is not in configuration)
- resource "azurerm_role_assignment" "terraform_sysadmin_demo_dns" {
- id = "/subscriptions/2f98793b-7e2f-4f03-ac5b-7b2ec934dcd7/providers/Microsoft.Authorization/roleAssignments/e9b75556-5b2b-1020-ab42-d4d20b9e5099" -> null
- name = "e9b75556-5b2b-1020-ab42-d4d20b9e5099" -> null
- principal_id = "99519fba-1292-4dbe-a41a-9937c0f5a0a6" -> null
- principal_type = "ServicePrincipal" -> null
- role_definition_id = "/subscriptions/2f98793b-7e2f-4f03-ac5b-7b2ec934dcd7/providers/Microsoft.Authorization/roleDefinitions/befefa01-2a29-4197-83a8-272ff33ce314" -> null
- role_definition_name = "DNS Zone Contributor" -> null
- scope = "/subscriptions/2f98793b-7e2f-4f03-ac5b-7b2ec934dcd7" -> null
# (4 unchanged attributes hidden)
}
# azurerm_role_assignment.terraform_sysadmin_demo_reader will be destroyed
# (because azurerm_role_assignment.terraform_sysadmin_demo_reader is not in configuration)
- resource "azurerm_role_assignment" "terraform_sysadmin_demo_reader" {
- id = "/subscriptions/2f98793b-7e2f-4f03-ac5b-7b2ec934dcd7/providers/Microsoft.Authorization/roleAssignments/72c17cbf-d1db-7bc7-fb81-b8b419ec08e8" -> null
- name = "72c17cbf-d1db-7bc7-fb81-b8b419ec08e8" -> null
- principal_id = "99519fba-1292-4dbe-a41a-9937c0f5a0a6" -> null
- principal_type = "ServicePrincipal" -> null
- role_definition_id = "/subscriptions/2f98793b-7e2f-4f03-ac5b-7b2ec934dcd7/providers/Microsoft.Authorization/roleDefinitions/acdd72a7-3385-48ef-bd42-f606fba81ae7" -> null
- role_definition_name = "Reader" -> null
- scope = "/subscriptions/2f98793b-7e2f-4f03-ac5b-7b2ec934dcd7" -> null
# (4 unchanged attributes hidden)
}
Plan: 0 to add, 0 to change, 2 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 = 59 -> 69
tags = {}
# (4 unchanged attributes hidden)
}
- externaldns_sp_appid = "f995b4bc-00a0-4912-9a1a-da9f74407cb8" -> null
+ externaldns_sp_clientid = "f995b4bc-00a0-4912-9a1a-da9f74407cb8" 📝 Plan generated in Terraform PRs for Azure #60 |
Terraform plan in azure/terraform/stacks/sysadmin-demo in the prod workspace Plan: 1 to add, 0 to change, 2 to destroy.Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
+ create
- destroy
Terraform will perform the following actions:
# azurerm_dns_a_record.ayush_data will be destroyed
# (because azurerm_dns_a_record.ayush_data is not in configuration)
- resource "azurerm_dns_a_record" "ayush_data" {
- fqdn = "ayushispanda.acmuic.org." -> null
- id = "/subscriptions/2f98793b-7e2f-4f03-ac5b-7b2ec934dcd7/resourceGroups/acm-general/providers/Microsoft.Network/dnsZones/acmuic.org/A/ayushispanda" -> null
- name = "ayushispanda" -> null
- records = [
- "131.193.46.70",
] -> null
- resource_group_name = "acm-general" -> null
- ttl = 30 -> null
- zone_name = "acmuic.org" -> null
# (1 unchanged attribute hidden)
}
# azurerm_dns_a_record.chasetest will be created
+ resource "azurerm_dns_a_record" "chasetest" {
+ fqdn = (known after apply)
+ id = (known after apply)
+ name = "chasetest"
+ records = [
+ "127.0.0.1",
]
+ resource_group_name = "acm-general"
+ ttl = 60
+ zone_name = "acmuic.org"
}
# azurerm_dns_a_record.jose_a_record will be destroyed
# (because azurerm_dns_a_record.jose_a_record is not in configuration)
- resource "azurerm_dns_a_record" "jose_a_record" {
- fqdn = "joseiscool.acmuic.org." -> null
- id = "/subscriptions/2f98793b-7e2f-4f03-ac5b-7b2ec934dcd7/resourceGroups/acm-general/providers/Microsoft.Network/dnsZones/acmuic.org/A/joseiscool" -> null
- name = "joseiscool" -> null
- records = [
- "131.193.46.70",
] -> null
- resource_group_name = "acm-general" -> null
- ttl = 30 -> null
- zone_name = "acmuic.org" -> null
# (1 unchanged attribute hidden)
}
Plan: 1 to add, 0 to change, 2 to destroy. 📝 Plan generated in Terraform PRs for Azure #60 |
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.
Testing.
Do not merge!