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.