Skip to content

Commit

Permalink
Update terraform openstack provider to latest (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
sd109 authored Sep 15, 2023
1 parent 8cfc9ee commit bc2ff72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/infra/templates/providers.tf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ terraform {
required_providers {
openstack = {
source = "terraform-provider-openstack/openstack"
# '~>' syntax allows patch version updates (i.e. matches "1.51.X")
version = "~> 1.51.0"
# '~>' syntax allows patch version updates (i.e. matches "1.52.X")
version = "~> 1.52.0"
}
}
}

0 comments on commit bc2ff72

Please sign in to comment.