From 28a261adda5bf75b406fbe25207c40de17e92b73 Mon Sep 17 00:00:00 2001 From: Mahmoud Rahbar Azad Date: Tue, 8 Oct 2024 15:39:17 +0200 Subject: [PATCH] Update Readme.md --- Readme.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Readme.md b/Readme.md index ac19100..1656ca3 100644 --- a/Readme.md +++ b/Readme.md @@ -12,7 +12,7 @@ This repository contains the following terraform modules ```bash module "pantheon_access_policies" { - source = "github.com/ottogroup/pantheon//terraform/modules/aws-policies?ref=v1.1.4" + source = "github.com/ottogroup/pantheon//terraform/modules/aws-policies?ref=v1.1.20" pantheon_service_account_id = "100020003000400050006" pantheon_role_name = "pantheon-security-audit" } @@ -33,7 +33,7 @@ On folder level ```bash module "pantheon_gcp_folder_log_export" { - source = "github.com/ottogroup/pantheon//terraform/modules/gcp-log-export?ref=v1.0.3" + source = "github.com/ottogroup/pantheon//terraform/modules/gcp-log-export?ref=v1.1.20" destination_uri = "pubsub.googleapis.com/projects//topics/" parent_resource_type = "folder" parent_resource_id = "123456789" @@ -43,7 +43,7 @@ module "pantheon_gcp_folder_log_export" { On organization level ```bash module "pantheon_gcp_org_log_export" { - source = "github.com/ottogroup/pantheon//terraform/modules/gcp-log-export?ref=v1.0.3" + source = "github.com/ottogroup/pantheon//terraform/modules/gcp-log-export?ref=v1.1.20" destination_uri = "pubsub.googleapis.com/projects//topics/" parent_resource_type = "organization" parent_resource_id = "123456789" @@ -54,7 +54,7 @@ module "pantheon_gcp_org_log_export" { ```bash module "pantheon_gcp_org" { - source = "github.com/ottogroup/pantheon//terraform/modules/gcp-org?ref=v1.0.3" + source = "github.com/ottogroup/pantheon//terraform/modules/gcp-org?ref=v1.1.20" org_id = "123456789" } ``` @@ -65,7 +65,7 @@ On folder level ```bash module "pantheon_gcp_permission" { - source = "github.com/ottogroup/pantheon//terraform/modules/gcp-permission?ref=v1.0.3" + source = "github.com/ottogroup/pantheon//terraform/modules/gcp-permission?ref=v1.1.20" pantheon_engine_role_id = module.pantheon_gcp_org.output.pantheon_engine_role_id folder_ids = ["123456789", "987654321"] pantheon_service_account = "@.iam.gserviceaccount.com" @@ -76,7 +76,7 @@ On org level ```bash module "pantheon_gcp_permission" { - source = "github.com/ottogroup/pantheon//terraform/modules/gcp-permission?ref=v1.0.3" + source = "github.com/ottogroup/pantheon//terraform/modules/gcp-permission?ref=v1.1.20" pantheon_engine_role_id = module.pantheon_gcp_org.pantheon_engine_role_id org_id = "123456789" pantheon_service_account = "@.iam.gserviceaccount.com" @@ -87,7 +87,7 @@ module "pantheon_gcp_permission" { ```bash module "pantheon_gcp_billing" { - source = "github.com/ottogroup/pantheon//terraform/modules/gcp-billing?ref=v1.0.3" + source = "github.com/ottogroup/pantheon//terraform/modules/gcp-billing?ref=v1.1.20" billing_account_id = "00AA00-000AAA-00AA0A" pantheon_service_account = "@.iam.gserviceaccount.com" }