iiglesiasg / kanban-board

Single-click full-stack application (Postgres, Spring Boot & Angular) using Docker Compose
0 stars 0 forks source link

Creation of Vm in Hetzner Cloud #26

Open iiglesiasg opened 3 years ago

iiglesiasg commented 3 years ago

An execution plan has been generated and is shown below.
Resource actions are indicated with the following symbols:
  + create

Terraform will perform the following actions:

  # hcloud_server.server will be created
  + resource hcloud_server server {
      + backup_window = (known after apply)
      + backups       = false
      + datacenter    = (known after apply)
      + id            = (known after apply)
      + image         = ubuntu-20.04
      + ipv4_address  = (known after apply)
      + ipv6_address  = (known after apply)
      + ipv6_network  = (known after apply)
      + keep_disk     = false
      + location      = nbg1
      + name          = paak-server
      + server_type   = cx21
      + ssh_keys      = [
          + ningu@Master,
          + ningunpenk@hotmail.com,
        ]
      + status        = (known after apply)
      + user_data     = 5m0oi8PasiTylSb7nG8XC/jAjqA=
    }

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

Changes to Outputs:
  + server_ipv4 = [
      + (known after apply),
    ]

------------------------------------------------------------------------

Note: You didn't specify an -out parameter to save this plan, so Terraform
can't guarantee that exactly these actions will be performed if
terraform apply is subsequently run.
iiglesiasg commented 3 years ago