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

fix name conflict #20

Merged
merged 1 commit into from
Aug 16, 2023
Merged

fix name conflict #20

merged 1 commit into from
Aug 16, 2023

Conversation

cloudymax
Copy link
Contributor

No description provided.

@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                = "cx31"
      + ssh_keys                   = [
          + "max",
        ]
      + status                     = (known after apply)
      + user_data                  = "iJh53FJRc34a3CliKn6IA3Kg+CA="

      + 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 #5882091024 - commit 02610ae

@cloudymax cloudymax merged commit 2fb4966 into main Aug 16, 2023
@cloudymax cloudymax deleted the cloudymax-patch-1 branch August 16, 2023 17:44
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