Skip to content

Instantly share code, notes, and snippets.

@gergo-dryrun
Created January 26, 2026 08:36
Show Gist options
  • Select an option

  • Save gergo-dryrun/45ff663fcc49ce9d126731fbe49e504c to your computer and use it in GitHub Desktop.

Select an option

Save gergo-dryrun/45ff663fcc49ce9d126731fbe49e504c to your computer and use it in GitHub Desktop.
AWSTemplateFormatVersion: '2010-09-09'
Description: 'safe pass-through'
Parameters:
DatadogAPIKeyLocation:
Type: 'AWS::SSM::Parameter::Value<String>'
Default: /re/datadog/api-key
Resources:
ExampleStackSet:
Type: AWS::CloudFormation::StackSet
Properties:
# Metadata
StackSetName: RE-DatadogStackset
Description: 'Example StackSet with value passthrough'
# Parameters
Parameters:
- ParameterKey: DatadogAPIKey
ParameterValue: !Ref DatadogAPIKeyLocation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment