From e26548f7ae871da3497b3dfa8c108208f3ca37e0 Mon Sep 17 00:00:00 2001 From: Nils Date: Sun, 16 Jul 2023 13:06:47 +0200 Subject: [PATCH] name fixes --- README.md | 6 ++++-- examples/gitlab-ci-custom/README.md | 2 +- examples/gitlab-ci-custom/main.tf | 2 +- examples/gitlab-ci/README.md | 2 +- examples/gitlab-ci/main.tf | 2 +- 5 files changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 7abc532..937a73a 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![Badge: Terraform](https://img.shields.io/badge/Terraform-%235835CC.svg?logo=terraform&logoColor=white)](https://github.com/Cyclenerd/terraform-google-wif-gitlab#readme) [![Badge: GitLab](https://img.shields.io/badge/GitLab-FC6D26.svg?logo=gitlab&logoColor=white)](https://github.com/Cyclenerd/terraform-google-wif-gitlab#readme) [![Bagde: CI](https://github.com/Cyclenerd/terraform-google-wif-gitlab/actions/workflows/ci.yml/badge.svg)](https://github.com/Cyclenerd/terraform-google-wif-gitlab/actions/workflows/ci.yml) -[![Bagde: GitHub](https://img.shields.io/github/license/cyclenerd/terraform-google-wif-gitlab)](https://github.com/Cyclenerd/terraform-google-wif-gitlab/blob/master/LICENSE) +[![Bagde: License](https://img.shields.io/github/license/cyclenerd/terraform-google-wif-gitlab)](https://github.com/Cyclenerd/terraform-google-wif-gitlab/blob/master/LICENSE) This Terraform module creates a Workload Identity Pool and Provider for GitLab. @@ -12,7 +12,9 @@ Service account keys are a security risk if compromised. Avoid service account keys and instead use the [Workload Identity Federation](https://github.com/Cyclenerd/google-workload-identity-federation#readme). For more information about Workload Identity Federation and how to best authenticate service accounts on Google Cloud, please see my GitHub repo [Cyclenerd/google-workload-identity-federation](https://github.com/Cyclenerd/google-workload-identity-federation#readme). -> There is also a ready-to-use Terraform module for [GitHub](https://github.com/Cyclenerd/terraform-google-wif-github#readme). +> There is also a ready-to-use Terraform module +> for [GitHub](https://github.com/Cyclenerd/terraform-google-wif-github#readme) +> and [Bitbucket](https://github.com/Cyclenerd/terraform-google-wif-bitbucket#readme). ## Example diff --git a/examples/gitlab-ci-custom/README.md b/examples/gitlab-ci-custom/README.md index c28dd93..2993315 100644 --- a/examples/gitlab-ci-custom/README.md +++ b/examples/gitlab-ci-custom/README.md @@ -40,7 +40,7 @@ resource "google_service_account" "gitlab" { } # Allow service account to login via WIF and only from GitLab repository (project path) -module "github-service-account" { +module "gitlab-service-account" { source = "Cyclenerd/wif-service-account/google" version = "~> 1.0.0" project_id = var.project_id diff --git a/examples/gitlab-ci-custom/main.tf b/examples/gitlab-ci-custom/main.tf index 947b59e..1525747 100644 --- a/examples/gitlab-ci-custom/main.tf +++ b/examples/gitlab-ci-custom/main.tf @@ -22,7 +22,7 @@ resource "google_service_account" "gitlab" { } # Allow service account to login via WIF and only from GitLab repository (project path) -module "github-service-account" { +module "gitlab-service-account" { source = "Cyclenerd/wif-service-account/google" version = "~> 1.0.0" project_id = var.project_id diff --git a/examples/gitlab-ci/README.md b/examples/gitlab-ci/README.md index 5859d18..700cf4a 100644 --- a/examples/gitlab-ci/README.md +++ b/examples/gitlab-ci/README.md @@ -32,7 +32,7 @@ resource "google_service_account" "gitlab" { } # Allow service account to login via WIF and only from GitLab repository (project path) -module "github-service-account" { +module "gitlab-service-account" { source = "Cyclenerd/wif-service-account/google" version = "~> 1.0.0" project_id = var.project_id diff --git a/examples/gitlab-ci/main.tf b/examples/gitlab-ci/main.tf index 82648a0..dd02a1d 100644 --- a/examples/gitlab-ci/main.tf +++ b/examples/gitlab-ci/main.tf @@ -14,7 +14,7 @@ resource "google_service_account" "gitlab" { } # Allow service account to login via WIF and only from GitLab repository (project path) -module "github-service-account" { +module "gitlab-service-account" { source = "Cyclenerd/wif-service-account/google" version = "~> 1.0.0" project_id = var.project_id