Skip to content

Commit b4f84a8

Browse files
authored
Updated docs TF version (#13)
1 parent c528f49 commit b4f84a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Terraform AWS GitLab OIDC Provider
22
[![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)
33

4-
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.
4+
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.
55

66
## Prerequisites
77

@@ -19,7 +19,7 @@ provider "aws" {
1919
2020
module "gitlab_oidc" {
2121
source = "saidsef/gitlab-oidc/aws"
22-
version = "main"
22+
version = ">= 1"
2323
2424
attach_read_only_policy = true
2525
gitlab_organisation = "saidsef"

0 commit comments

Comments
 (0)