Skip to content

Commit 63dfa29

Browse files
committed
feat: Add IAM permissions configuration file to the repository
1 parent 0b9d9ec commit 63dfa29

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ gcloud functions logs read titanic-data-loader --region=us-central1
232232
│ ├── variables.tf # Variable definitions
233233
│ ├── terraform.tfvars # Variable values
234234
│ ├── backend.tf # Remote state configuration
235+
| ├── permissions.tf # IAM permissions
235236
│ ├── cloud_function.tf # Cloud Function resources
236237
│ └── function/
237238
│ ├── main.py # Cloud Function code

0 commit comments

Comments
 (0)