Olaf Conijn
Olaf Conijn
*cfn-lint version: (0.39)* *Description of issue.* I have a build process that i made cfn-lint part of. the build process outputs a rather large number of cloudformation files. as a...
put together an example on how to run cfn-lint / cfn-guard on org-formation builds.
would be good to support `ORG::PrincipalOrgID` as pseudo parameter in template. e.g: ``` BucketPolicy: Type: AWS::S3::BucketPolicy Properties: Bucket: !Ref Bucket PolicyDocument: Version: '2012-10-17' Statement: - Effect: Allow Principal: '*' Action:...
given a stack that contains cross-region (possibly cross-account) references. if a resource in regionB takes a new dependency on a resource in regionA, then the stack should be redeployed to...
If an account and the references to the account get removed it would be good not to move the account to root account.
Ensure no types will be deregistered when register-type task is moved. Currently types would get deregistered as part of the perform-tasks process if `--perform-cleanup` is specified
As part of supporting multiple partitions it would be useful if account creation would support automated creation of govcloud accounts. The OrganizationRoot resource would be used to enable this feature...
In order to support tasks/templates that can be deployed to one or more partitions it would be good to add an optional attribute to the organization binding syntax. ## Proposal...
Would be great to specify a command that will be ran before copy-to-s3 executes. Intended usecase would could be building a typescript project, even before, ZipBeforePut packages the directory. Checking...