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

Add DNS zone #69

Merged
merged 3 commits into from
Jul 1, 2024
Merged

Add DNS zone #69

merged 3 commits into from
Jul 1, 2024

Conversation

benchiverton
Copy link
Owner

No description provided.

Copy link

github-actions bot commented Jul 1, 2024

Terraform plan for shared

Terraform Format and Style 🖌`success`

Terraform Initialization ⚙️`success`

Terraform Validation 🤖Success! The configuration is valid.

Terraform Plan 📖`success`

Show Plan

```${process.env.PLAN}```

Pusher: @benchiverton, Action: `pull_request`, Working Directory: ``, Workflow: `Shared - plan`

Copy link

github-actions bot commented Jul 1, 2024

Terraform plan for shared

Terraform Format and Style 🖌success

Terraform Initialization ⚙️success

Terraform Validation 🤖Success! The configuration is valid.

Terraform Plan 📖success

Show Plan
azurerm_resource_group.shared: Refreshing state... [id=/subscriptions/c57c2a02-297d-4f68-979b-1960df722627/resourceGroups/onlinestore-shared-rg]
data.azurerm_client_config.current: Reading...
data.azurerm_client_config.current: Read complete after 0s [id=Y2xpZW50Q29uZmlncy9jbGllbnRJZD0wNWMyYTYyNy05NTRiLTQ2MmEtYWI1NC04ZDM3N2RkZDNlMDM7b2JqZWN0SWQ9MWZjNWI5ZTgtZDljMy00MTc5LThiNmItNDkxZjE4MDFlMDFhO3N1YnNjcmlwdGlvbklkPWM1N2MyYTAyLTI5N2QtNGY2OC05NzliLTE5NjBkZjcyMjYyNzt0ZW5hbnRJZD1lNjdjMTU4OS00NzQ3LTRiNzMtYjdiYi1kYTFiNTY3ZWUxZjU=]

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_zone.rockpal-co-uk will be created
  + resource "azurerm_dns_zone" "rockpal-co-uk" {
      + id                        = (known after apply)
      + max_number_of_record_sets = (known after apply)
      + name                      = "rockpal.co.uk"
      + name_servers              = (known after apply)
      + number_of_record_sets     = (known after apply)
      + resource_group_name       = "onlinestore-shared-rg"

      + soa_record (known after apply)
    }

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

─────────────────────────────────────────────────────────────────────────────

Note: You didn't use the -out option to save this plan, so Terraform can't
guarantee to take exactly these actions if you run "terraform apply" now.

Pusher: @benchiverton, Action: pull_request, Working Directory: ``, Workflow: Shared - plan

Copy link

github-actions bot commented Jul 1, 2024

Test environment information

🔗 Company Website

🔗 Company API

🔗 Monitoring Dashboard

Pusher: @benchiverton, Action: `pull_request`, Working Directory: ``, Workflow: `Instance - deploy test`

@benchiverton benchiverton merged commit 5465edf into main Jul 1, 2024
5 checks passed
@benchiverton benchiverton deleted the dns-zone branch July 1, 2024 07:36
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