Skip to content

Commit

Permalink
bump terraform
Browse files Browse the repository at this point in the history
  • Loading branch information
mondragonfx committed Oct 16, 2023
1 parent 1b97cdc commit 0e63966
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ export TERRAFORM_VERSION ?= 1.3.3

export TERRAFORM_PROVIDER_SOURCE ?= vultr/vultr
export TERRAFORM_PROVIDER_REPO ?= https://github.com/vultr/terraform-provider-vultr
export TERRAFORM_PROVIDER_VERSION ?= 2.16.3
export TERRAFORM_PROVIDER_VERSION ?= 2.16.4
export TERRAFORM_PROVIDER_DOWNLOAD_NAME ?= terraform-provider-vultr
export TERRAFORM_NATIVE_PROVIDER_BINARY ?= terraform-provider-vultr_2.16.3
export TERRAFORM_NATIVE_PROVIDER_BINARY ?= terraform-provider-vultr_2.16.4
export TERRAFORM_DOCS_PATH ?= website/docs/r

PLATFORMS ?= linux_amd64 linux_arm64
Expand Down
4 changes: 2 additions & 2 deletions config/provider-metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ resources:
"max_nodes": 2,
"min_nodes": 1,
"node_quantity": 1,
"plan": "vc2-1c-1gb"
"plan": "vc2-1c-2gb"
}
],
"region": "ewr",
Expand All @@ -542,7 +542,7 @@ resources:
"max_nodes": 2,
"min_nodes": 1,
"node_quantity": 1,
"plan": "vc2-1c-1gb"
"plan": "vc2-1c-2gb"
}
argumentDocs:
auto_scaler: '- (Optional) Enable the auto scaler for the default node pool.'
Expand Down
2 changes: 1 addition & 1 deletion examples-generated/kubernetes/kubernetes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
maxNodes: 2
minNodes: 1
nodeQuantity: 1
plan: vc2-1c-1gb
plan: vc2-1c-2gb
region: ewr
version: v1.28.2+1

Expand Down

0 comments on commit 0e63966

Please sign in to comment.