Init terraform
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
resource "vultr_server" "casey" {
|
||||
plan_id = 200
|
||||
region_id = 8
|
||||
os_id = 159
|
||||
hostname = "casey"
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
provider "vultr" {
|
||||
api_key = var.vultr_api_key
|
||||
rate_limit = 700
|
||||
retry_limit = 3
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
variable "vultr_api_key" {}
|
||||
Reference in New Issue
Block a user