Skip to content

Commit

Permalink
Fix version syntax (#183)
Browse files Browse the repository at this point in the history
Co-authored-by: Scott Davidson <[email protected]>
  • Loading branch information
sd109 and Scott Davidson authored Sep 14, 2023
1 parent 7bed179 commit 8cfc9ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/infra/templates/providers.tf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
openstack = {
source = "terraform-provider-openstack/openstack"
# '~>' syntax allows patch version updates (i.e. matches "1.51.X")
version ~> "1.51.0"
version = "~> 1.51.0"
}
}
}

0 comments on commit 8cfc9ee

Please sign in to comment.