Pin Terraform provider versions (#4620)

This commit is contained in:
Maxime Guyot
2019-04-24 07:22:01 +02:00
committed by Kubernetes Prow Robot
parent a65605b17a
commit 37d98e79ec
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
provider "openstack" {
version = "~> 1.17"
}
module "network" {
source = "modules/network"