Skip to content

Implementing the aws_dynamodb_resource_policy resource to allow a user to set the table or stream's resource policy. #28

Implementing the aws_dynamodb_resource_policy resource to allow a user to set the table or stream's resource policy.

Implementing the aws_dynamodb_resource_policy resource to allow a user to set the table or stream's resource policy. #28

Workflow file for this run

---
name: Branch
on:
pull_request:
branches:
- main
- release/**
types: [opened, synchronize, reopened, labeled, unlabeled]
push:
branches:
- main
- release/v*
paths-ignore:
- '.github/**'
- 'docs/**'
- 'examples/**'
- 'test/**'
- 'README.md'
permissions: {}
jobs:
terraform-module:
uses: cloudposse/.github/.github/workflows/shared-terraform-module.yml@main
secrets: inherit