Skip to content

Commit

Permalink
Tf13 (#5)
Browse files Browse the repository at this point in the history
* Upgrade to terraform v0.13
  • Loading branch information
thobiast authored Mar 12, 2021
1 parent 79fee38 commit feb995f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: hashicorp/setup-terraform@v1
with:
terraform_wrapper: false
terraform_version: 0.12.25
terraform_version: 0.13.x
- name: Terraform version
run: terraform --version
- name: Terraform init
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ Terraform module to create Load Balancer on OpenStack.

## Terraform versions

It requires terraform version 0.12 or later.
It requires Terraform version 0.13 or later.

For Terraform v0.11 and v0.12 use version v0.1.\* of this module.

## Inputs

Expand Down
7 changes: 6 additions & 1 deletion versions.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
terraform {
required_version = ">= 0.12"
required_version = ">= 0.13"
required_providers {
openstack = {
source = "terraform-provider-openstack/openstack"
}
}
}

0 comments on commit feb995f

Please sign in to comment.