Skip to content

Commit

Permalink
Remove redundant required_version from main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
morgante authored Nov 13, 2019
1 parent cd0168b commit 4752485
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions terraform-google-{{cookiecutter.module_name}}/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@
* limitations under the License.
*/

terraform {
required_version = "~> 0.12.0"
}

resource "google_storage_bucket" "main" {
project = var.project_id
name = var.bucket_name
Expand Down

0 comments on commit 4752485

Please sign in to comment.