refactor: make location fixed, remove obsolete parameter
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
39b1717b6a
commit
43670416b4
1 changed files with 2 additions and 3 deletions
|
@ -2,7 +2,7 @@ terraform {
|
|||
required_providers {
|
||||
coder = {
|
||||
source = "coder/coder"
|
||||
version = "~> 0.11.0"
|
||||
version = "~> 0.11.1"
|
||||
}
|
||||
hcloud = {
|
||||
source = "hetznercloud/hcloud"
|
||||
|
@ -16,7 +16,6 @@ provider "hcloud" {
|
|||
}
|
||||
|
||||
provider "coder" {
|
||||
feature_use_managed_variables = "true"
|
||||
}
|
||||
|
||||
variable "hcloud_token" {
|
||||
|
@ -68,7 +67,7 @@ data "coder_parameter" "instance_location" {
|
|||
name = "instance_location"
|
||||
display_name = "Instance location"
|
||||
default = "fsn1"
|
||||
mutable = true
|
||||
mutable = false
|
||||
|
||||
option {
|
||||
name = "Nuernberg"
|
||||
|
|
Loading…
Reference in a new issue