Skip to content

Commit

Permalink
Pin example version
Browse files Browse the repository at this point in the history
  • Loading branch information
morgante committed Nov 19, 2019
1 parent d060287 commit 5decdd4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/simple_example/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
* limitations under the License.
*/

provider "google" {
version = "~> 2.18.0"
}

terraform {
required_version = ">= 0.12"
}
4 changes: 4 additions & 0 deletions test/setup/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
* limitations under the License.
*/

provider "google" {
version = "~> 2.18.0"
}

terraform {
required_version = ">= 0.12"
}

0 comments on commit 5decdd4

Please sign in to comment.