Skip to content

Commit

Permalink
Updated docs TF version (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
saidsef committed Dec 17, 2022
1 parent c528f49 commit b4f84a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Terraform AWS GitLab OIDC Provider
[![CI](https://github.com/saidsef/terraform-aws-gitlab-oidc/actions/workflows/ci.yaml/badge.svg)](#deployment--usage) ![GitHub issues](https://img.shields.io/github/issues-raw/saidsef/terraform-aws-gitlab-oidc) [![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](./LICENSE.md)

This Terraform module enables you to configure GitLab Actions as an AWS IAM OIDC identity provider in AWS, which enables GitLab Actions to access resources within an AWS account(s) without requiring long-lived credentials to be stored as GitLab secrets.
This Terraform module enables you to configure GitLab Runners as an AWS IAM OIDC identity provider in AWS, which enables GitLab Runners to access resources within an AWS account(s) without requiring long-lived credentials to be stored as GitLab secrets.

## Prerequisites

Expand All @@ -19,7 +19,7 @@ provider "aws" {
module "gitlab_oidc" {
source = "saidsef/gitlab-oidc/aws"
version = "main"
version = ">= 1"
attach_read_only_policy = true
gitlab_organisation = "saidsef"
Expand Down

0 comments on commit b4f84a8

Please sign in to comment.