Skip to content

Commit

Permalink
Added github action
Browse files Browse the repository at this point in the history
  • Loading branch information
theprashantyadav committed Nov 30, 2022
1 parent 67b6488 commit cde32d0
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions _example/versions.tf
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
//terraform {
// required_version = ">= 0.14, < 2.0"
//
// required_providers {
// google = {
// source = "hashicorp/google"
// version = ">= 3.50, < 5.0"
// }
// }
//}
terraform {
required_version = ">= 0.14, < 2.0"

required_providers {
google = {
source = "hashicorp/google"
version = ">= 3.50, < 5.0"
}
}
}

0 comments on commit cde32d0

Please sign in to comment.