Skip to content

Commit

Permalink
Merge pull request #30 from mineiros-io/soerenmartius/update-from-tem…
Browse files Browse the repository at this point in the history
…plate

Udpate files from template
  • Loading branch information
soerenmartius authored Jan 31, 2023
2 parents b5523b0 + a05f6ed commit 06ef579
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
uses: giantswarm/install-binary-action@e97402b0aa95939ddba5b36aa77f8abc58a37fd5
with:
binary: terramate
version: 0.1.41
version: 0.2.9
# https://github.com/mineiros-io/terramate/releases/download/v${version}/terramate_${version}_${os}_${arch}.tar.gz
download_url: "https://github.com/mineiros-io/${binary}/releases/download/v${version}/terramate_${version}_linux_x86_64.tar.gz"
tarball_binary_path: "${binary}"
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright [2020-2022] [Mineiros GmbH]
Copyright [2020-2023] [Mineiros GmbH]

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
1 change: 0 additions & 1 deletion test/unit-complete/_generated_google.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// TERRAMATE: GENERATED AUTOMATICALLY DO NOT EDIT
// TERRAMATE: originated from generate_hcl block on /test/terramate_google.tm.hcl

variable "gcp_project" {
default = null
Expand Down
1 change: 0 additions & 1 deletion test/unit-disabled/_generated_google.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// TERRAMATE: GENERATED AUTOMATICALLY DO NOT EDIT
// TERRAMATE: originated from generate_hcl block on /test/terramate_google.tm.hcl

variable "gcp_project" {
default = null
Expand Down
1 change: 0 additions & 1 deletion test/unit-minimal/_generated_google.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// TERRAMATE: GENERATED AUTOMATICALLY DO NOT EDIT
// TERRAMATE: originated from generate_hcl block on /test/terramate_google.tm.hcl

variable "gcp_project" {
default = null
Expand Down
1 change: 0 additions & 1 deletion versions.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// TERRAMATE: GENERATED AUTOMATICALLY DO NOT EDIT
// TERRAMATE: originated from generate_hcl block on /terramate.tm.hcl

terraform {
required_version = "~> 1.0, != 1.1.0, != 1.1.1"
Expand Down
6 changes: 3 additions & 3 deletions versions.tm.hcl
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
globals {
minimum_terraform_version = "1.0"
minimum_terraform_version = "1.0"

provider = "google"
minimum_provider_version = "4.4"
provider = "google"
minimum_provider_version = "4.4"

provider_version_constraint = "~> ${global.minimum_provider_version}"
terraform_version_constraint = "~> ${global.minimum_terraform_version}, != 1.1.0, != 1.1.1"
Expand Down

0 comments on commit 06ef579

Please sign in to comment.