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

monitoring instance up #23

Merged
merged 2 commits into from
Aug 16, 2023
Merged

monitoring instance up #23

merged 2 commits into from
Aug 16, 2023

Conversation

cloudymax
Copy link
Contributor

bring up the monitoring instance

@github-actions
Copy link
Contributor

🤖 Terraform Report


Plan: 1 to add, 0 to change, 0 to destroy
Show Plan
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:

  # hcloud_server.monitoring will be created
  + resource "hcloud_server" "monitoring" {
      + allow_deprecated_images    = false
      + backup_window              = (known after apply)
      + backups                    = false
      + datacenter                 = (known after apply)
      + delete_protection          = false
      + firewall_ids               = (known after apply)
      + id                         = (known after apply)
      + ignore_remote_firewall_ids = false
      + image                      = "ubuntu-22.04"
      + ipv4_address               = (known after apply)
      + ipv6_address               = (known after apply)
      + ipv6_network               = (known after apply)
      + keep_disk                  = false
      + location                   = "nbg1"
      + name                       = "monitoring"
      + rebuild_protection         = false
      + server_type                = "cpx21"
      + ssh_keys                   = [
          + "max",
        ]
      + status                     = (known after apply)
      + user_data                  = "b+XTTRCF5U96WxM4FaiKzbbl3xc="

      + public_net {
          + ipv4         = (known after apply)
          + ipv4_enabled = true
          + ipv6         = (known after apply)
          + ipv6_enabled = true
        }
    }

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

Changes to Outputs:
  + monitoring_ipv4_address    = (known after apply)

This comment was generated by Terraform Pull Request Report Generator - action run #5882308900 - commit 74d7918

@cloudymax cloudymax merged commit c3fe764 into main Aug 16, 2023
1 check passed
@cloudymax cloudymax deleted the monitoring-on branch August 16, 2023 18:09
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