Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mrahbar authored Oct 8, 2024
1 parent 75839dc commit 28a261a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand All @@ -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/<PROJECT_ID>/topics/<TOPIC_NAME>"
parent_resource_type = "folder"
parent_resource_id = "123456789"
Expand All @@ -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/<PROJECT_ID>/topics/<TOPIC_NAME>"
parent_resource_type = "organization"
parent_resource_id = "123456789"
Expand All @@ -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"
}
```
Expand All @@ -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 = "<SA_NAME>@<PROJECT_ID>.iam.gserviceaccount.com"
Expand All @@ -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 = "<SA_NAME>@<PROJECT_ID>.iam.gserviceaccount.com"
Expand All @@ -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 = "<SA_NAME>@<PROJECT_ID>.iam.gserviceaccount.com"
}
Expand Down

0 comments on commit 28a261a

Please sign in to comment.