Source: https://feature-sliced.design/
Easily discoverable architecture thanks to domain scopes
| #!/usr/bin/env bash | |
| # | |
| # Bootstrap script for setting up a new OSX machine | |
| # | |
| # This should be idempotent so it can be run multiple times. | |
| # | |
| # Some apps don't have a cask and so still need to be installed by hand. These | |
| # include: | |
| # | |
| # - Twitter (app store) |
| curl -fsSL https://apt.releases.hashicorp.com/gpg | sudo apt-key add - | |
| echo "deb [arch=amd64] https://apt.releases.hashicorp.com $(lsb_release -cs) main" >> /etc/apt/sources.list | |
| echo "deb [arch=amd64 signed-by=/usr/share/keyrings/oracle-virtualbox-2016.gpg] https://download.virtualbox.org/virtualbox/debian $(lsb_release -cs) contrib" >> /etc/apt/sources.list | |
| wget https://apt.puppet.com/puppet-tools-release-bullseye.deb | |
| sudo dpkg -i puppet-tools-release-bullseye.deb | |
| sudo apt update |
| packer { | |
| required_version = ">= 1.8.0" | |
| required_plugins { | |
| docker = { | |
| version = ">= 1.0.5" | |
| source = "github.com/hashicorp/docker" | |
| } | |
| } | |
| } |
| ================================================== | |
| VCP Code : 02 | |
| VCP Code Name : New Control Value | |
| Read-Write : Read+Write | |
| Current Value : 2 | |
| Maximum Value : 255 | |
| Possible Values : | |
| ================================================== | |
| ================================================== |
| icon_url | |
| https://icons.terrastruct.com/essentials%2F073-add.svg | |
| https://icons.terrastruct.com/essentials%2F213-alarm.svg | |
| https://icons.terrastruct.com/essentials%2F226-alarm%20clock.svg | |
| https://icons.terrastruct.com/essentials%2F001-analytics.svg | |
| https://icons.terrastruct.com/essentials%2F304-archive.svg | |
| https://icons.terrastruct.com/essentials%2F195-attachment.svg | |
| https://icons.terrastruct.com/essentials%2F317-bluetooth.svg | |
| https://icons.terrastruct.com/essentials%2F175-bookmark.svg | |
| https://icons.terrastruct.com/essentials%2F273-calendar.svg |
Source: https://feature-sliced.design/
Easily discoverable architecture thanks to domain scopes