Skip to content

Commit

Permalink
Update module description
Browse files Browse the repository at this point in the history
Use the term "access" rather than "read" since writing may be allowed
depending on the value of var.read_only.
  • Loading branch information
jsf9k committed Sep 27, 2024
1 parent fe59ca2 commit 815cb03
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

[![GitHub Build Status](https://github.com/cisagov/terraform-state-read-role-tf-module/workflows/build/badge.svg)](https://github.com/cisagov/terraform-state-read-role-tf-module/actions)

This is a Terraform module for creating an IAM role and policy that can
read Terraform state objects from a specified S3 bucket. It also creates
a policy that allows the role to be assumed from a specified list of AWS
account IDs.
This is a Terraform module for creating an IAM role and policy that
can access Terraform state objects from a specified S3 bucket. It
also creates a policy that allows the role to be assumed from a
specified list of AWS account IDs.

## Usage ##

Expand Down

0 comments on commit 815cb03

Please sign in to comment.