Khai Do
Khai Do
would love to get your input on this @jamesoff
hmm, running linters manually or in CI is not the same as running on every local commit (git commit hook). I find the hook workflow to be better and much...
ofn will fully support templating, https://github.com/org-formation/org-formation-cli/pull/202 & https://github.com/org-formation/org-formation-cli/pull/252 Is there anything else that's needed for this issue?
hmm, i'm wondering if you can do the conversion with [!JsonString](https://github.com/org-formation/org-formation-cli/blob/master/docs/task-files.md#jsonstring) function? Examples: ``` Resources: Scp: Type: Community::Organizations::Policy Properties: Description: Test SCP Name: TestScp PolicyType: SERVICE_CONTROL_POLICY TargetIds: !Ref targetIds Content:...
@OlafConijn i think AWS has a CFN resource for this now? https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ce-anomalymonitor.html
I believe AWS OIDC is now an officially supported cloudformation resource, https://docs.amazonaws.cn/en_us/AWSCloudFormation/latest/UserGuide/aws-resource-iam-oidcprovider.html We should probably just deprecate the `Community::IAM::OpenIDConnectProvider`
related to #1048
@ericabrauer you can ask questions in our slack channel https://docs.sceptre-project.org/2.7.0/#communication
This use case is not supported with sceptre core. It will probably require a custom hook. I would image that you can enumerate all the dependent stacks in the hook...
this might be related to the greedy pattern matching, issue #941, feature that was removed in ver 2.4.0. It looks like people are generally in favor of using a flag...