You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.
e.g. {{ s3.status.outputs.stackId" }} would lookup the the "s3" resource and
# Template provides the backing implementation for the CRDkind: Templatemetadata:
name: CloudFrontspec:
source:
# this template work on CloudFront kindskind: CloudFront# resources is a list of 1 or more resources to create for each CloudFront CRD createdresources:
# the RFC kind submits an AMS RFC and then waits for the results
- id: s3apiVersion: ams/v1kind: RFCmetadata:
# construct an rfc title from the name passed through in the CloudFront CRDname: cloudfront-s3-{{.metadata.name}}spec:
changeType: ct-abcparams:
# depends is a directive tha will wait for the specified resource (RFC) to be created and ready
- depends: [s3]kind: RFCmetadata:
name: IngestCloudFormationspec:
changeType: ct-abcparams:
# read common variables for the namespace (account)account: '{{ kget "cm/account" "accountId" }}'vpc: '{{ kget "cm/account" "vpcId" }}'region: eu-west-1# retrieve the output of the s3 RFC to use in the followups3Bucket: '{{ s3.status.outputs.stackId" }}'document:
valueFrom:
configMapRef:
name: cf-templateskey: cloudfront.cf
The text was updated successfully, but these errors were encountered:
e.g.
{{ s3.status.outputs.stackId" }}
would lookup the the "s3" resource andThe text was updated successfully, but these errors were encountered: