Skip to content

Commit

Permalink
upgrade to v0.11.1 (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
soerenmartius authored Nov 1, 2024
2 parents 020cda6 + 63387c3 commit c03e918
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
terraform 1.8.0
terramate 0.8.4
terramate 0.11.1
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ This is not production-ready code, so use it at your own risk.
## Pre-Requisites

- [Terraform](https://www.terraform.io/) `~> 1.8`
- [Terramate](https://github.com/terramate-io/terramate) `~> 0.8.4`
- [Terramate](https://github.com/terramate-io/terramate) `~> 0.11.1`
- Configure your Google Cloud credentials using one of the supported [authentication mechanisms](https://registry.terraform.io/providers/hashicorp/google/latest/docs/guides/provider_reference#authentication)
- Google Cloud Provider account
- At least one [Google Cloud project](https://cloud.google.com/storage/docs/projects)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
module "cloud_run_app" {
iam = [
{
role = "roles/run.invoker"
members = [
"allUsers",
]
role = "roles/run.invoker"
},
]
image = "gcr.io/cloudrun/hello:latest"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
module "cloud_run_app" {
iam = [
{
role = "roles/run.invoker"
members = [
"allUsers",
]
role = "roles/run.invoker"
},
]
image = "gcr.io/kubernetes-e2e-test-images/echoserver:2.2"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
module "cloud_run_app" {
iam = [
{
role = "roles/run.invoker"
members = [
"allUsers",
]
role = "roles/run.invoker"
},
]
image = "gcr.io/cloudrun/hello:latest"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
module "cloud_run_app" {
iam = [
{
role = "roles/run.invoker"
members = [
"allUsers",
]
role = "roles/run.invoker"
},
]
image = "gcr.io/kubernetes-e2e-test-images/echoserver:2.2"
Expand Down
2 changes: 1 addition & 1 deletion terramate.tm.hcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terramate {
required_version = "~> 0.8.4"
required_version = "~> 0.11.1"

config {
run {
Expand Down

0 comments on commit c03e918

Please sign in to comment.