Skip to content

Commit

Permalink
update terraform providers.
Browse files Browse the repository at this point in the history
  • Loading branch information
balchua committed Mar 27, 2021
1 parent baf2aa2 commit f3e9844
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 36 deletions.
64 changes: 32 additions & 32 deletions example/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion example/main.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module "microk8s" {
#source = "git::https://github.com/balchua/do-microk8s?ref=v0.1.0"
source = "../"
node_count = "10"
node_count = "3"
os_image = "ubuntu-20-04-x64"
node_size = "s-2vcpu-4gb"
node_disksize = "2"
Expand Down
6 changes: 3 additions & 3 deletions version.tf
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
terraform {
required_version = "~> 0.14"
required_providers {
template = "~> 2.1"
null = "~> 2.1"
template = "~> 2.2"
null = "~> 3.1"

digitalocean = {
source = "digitalocean/digitalocean"
version = "~> 2.4.0"
version = "~> 2.6.0"
}
}

Expand Down

0 comments on commit f3e9844

Please sign in to comment.