Skip to content

Commit

Permalink
feat: upgrade to openstack provider v2
Browse files Browse the repository at this point in the history
  • Loading branch information
zifeo committed Aug 14, 2024
1 parent aec06ad commit 91baabd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion node/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ terraform {
}
openstack = {
source = "terraform-provider-openstack/openstack"
version = "~> 1.53.0"
version = "~> 2.1.0"
}
}
}
5 changes: 2 additions & 3 deletions versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ terraform {
version = "~> 3.2.2"
}
openstack = {
source = "terraform-provider-openstack/openstack"
# 1.5x.x is affected by https://github.com/terraform-provider-openstack/terraform-provider-openstack/issues/1601
version = "~> 1.53.0"
source = "terraform-provider-openstack/openstack"
version = "~> 2.1.0"
}
}
}

0 comments on commit 91baabd

Please sign in to comment.