Skip to content

Instantly share code, notes, and snippets.

@jkutner
Last active March 19, 2022 15:53
Show Gist options
  • Save jkutner/e2e01a492aefc5d6cef427343261c176 to your computer and use it in GitHub Desktop.
Save jkutner/e2e01a492aefc5d6cef427343261c176 to your computer and use it in GitHub Desktop.
$ falcon addons init sfdc/ajna 
$ cat falcon/addons/main.tf
module "falcon_addon_ajna" { 
source = "tfregistry.registry.buildndeliver.aws-dev2-uswest2.aws.sfdc.cl/falcon-addons/ajna" 
version = "1.0" 
# any other config you might need, like resource_name
}
$ falcon inspect --local
# runs a buildpack locally to create an OCI image that contains
# all the things the addon generates
BOM Manifests │ File(s) │ Sources
Service Definition │ bom/service.json │ Ajna Addon, Service Owner
Pipelines                  │ File(s)                           │ Sources
create-ajna-topic │ pipelines/create-ajna-topic/... │ Ajna Addon
destroy-ajna-topic │ pipelines/destroy-ajna-topic/...   │ Ajna Addon
Terraform | File(s)                           │ Sources
ajna-topic │ terraform/ajna-topic │ Ajna Addon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment