Skip to content

Commit

Permalink
feat(volume_access): regional roles (#136)
Browse files Browse the repository at this point in the history
* feat(volume_access): regional roles

* feat(volume_access): add regional policy constraints

* fix(volume_access): update description
  • Loading branch information
cgeers authored Nov 14, 2024
1 parent 92f30f5 commit cbb6be4
Show file tree
Hide file tree
Showing 3 changed files with 144 additions and 140 deletions.
5 changes: 2 additions & 3 deletions modules/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,8 @@ lint:
yq '.Resources.EventBridgeRuleStackSet.Properties.TemplateBody' log_ingestion.events.cft.yaml | cfn-lint -
yq '.Resources.OrganizationRoleStackSet.Properties.TemplateBody' log_ingestion.events.cft.yaml | cfn-lint -
yq '.Resources.OrganizationRuleStackSet.Properties.TemplateBody' log_ingestion.events.cft.yaml | cfn-lint -
yq '.Resources.ScanningKmsKeyStackSet.Properties.TemplateBody' volume_access.cft.yaml | cfn-lint -
yq '.Resources.OrganizationRoleStackSet.Properties.TemplateBody' volume_access.cft.yaml | cfn-lint -
yq '.Resources.OrganizationKMSKeyStackSet.Properties.TemplateBody' volume_access.cft.yaml | cfn-lint -
yq '.Resources.AccountStackSet.Properties.TemplateBody' volume_access.cft.yaml | cfn-lint -
yq '.Resources.OrganizationStackSet.Properties.TemplateBody' volume_access.cft.yaml | cfn-lint -

publish:
aws s3 cp foundational.cft.yaml s3://$(S3_BUCKET)/modules/$(S3_PREFIX)/foundational.cft.yaml
Expand Down
Loading

0 comments on commit cbb6be4

Please sign in to comment.