Skip to content

Commit

Permalink
Version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aither64 committed Feb 1, 2022
1 parent 181b302 commit 1490762
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
TARGET = terraform-provider-vpsadmin
PLUGIN_DIR = ~/.terraform.d/plugins
VERSION = 0.2.0
VERSION = 1.0.0
PLATFORM = linux_amd64
PROVIDER_DIR = terraform.vpsfree.cz/vpsfreecz/vpsadmin/$(VERSION)/$(PLATFORM)

Expand Down
2 changes: 1 addition & 1 deletion examples/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
vpsadmin = {
source = "vpsfreecz/vpsadmin"
version = ">= 0.2"
version = ">= 1.0"
}
}
}

0 comments on commit 1490762

Please sign in to comment.