Skip to content

v1.1.0

Compare
Choose a tag to compare
@cloudpossebot cloudpossebot released this 15 Aug 20:41
· 84 commits to refs/heads/master since this release
d1631b7
DEV-2485: `AtmosWorkflow` Component @milldr (#660)

what

  • Created AtmosWorkflow docs component

why

  • Replace all atmos workflow calls with tabs for either the workflows options or the native atmos terraform commands

references

  • DEV-2485

usage

import AtmosWorkflow from '@site/src/components/AtmosWorkflow';
...

<AtmosWorkflow workflow="deploy/organization" fileName="accounts" />
<AtmosWorkflow workflow="deploy/organization" fileName="accounts" stack="foo"/>

♻️ Generate _all_ Atmos Workflows @cloudpossebot (#661)

What

This pull request was created by the 🚀 Generate Examples workflow in the cloudposse/refarch-scaffold repository. This PR updates this documentation repo with the latest configuration for the Cloud Posse reference architecture.

Why

This documentation repo is used for reference purposes and should have the latest configuration.

References

Internal PR: cloudposse/refarch-scaffold#698

DEV-2439: Broken Links @milldr (#652)

what

  • Fix all broken links
  • Enforce links to resolve for docusarus

why

  • Fix all broken links in and enforce valid links going forward

references

  • DEV-2439
♻️ DEV-2486: Export Workflows as Snippets @cloudpossebot (#653)

What

This pull request was created by the 🚀 Generate Examples workflow in the cloudposse/refarch-scaffold repository. This PR updates this documentation repo with the latest configuration for the Cloud Posse reference architecture.

Why

This documentation repo is used for reference purposes and should have the latest configuration.

References

Internal PR: cloudposse/refarch-scaffold#697