issues Search Results · repo:briefercloud/layerform language:Go
Filter by
58 results
(67 ms)58 results
inbriefercloud/layerform (press backspace or delete to remove)In the Getting Started section, it says
Once you have your infrastructure defined as code, you ll create the layer definitions that the CLI will use when
spawning instances of each layer.
Does it mean ...
rafiramadhana
- Opened on Sep 13, 2023
- #90
Introduce a new command layerform config use-context name that will change the current selected context:
For example, if we have a config file like this:
currentContext: foo
contexts:
bar:
...
vieiralucas
- 3
- Opened on Sep 13, 2023
- #89
Introduce a new command layerform config get-contexts that will print in a table the existing contexts in the config
file:
For example, if we create a couple of contexts like this:
layerform config set-context ...
vieiralucas
- Opened on Sep 13, 2023
- #88
It is currently inconsistent, some commands start with capital letters other not. We should make sure all commands short
descriptions start with capitalized letters.
Current output of layerform --help ...
enhancement
good first issue
vieiralucas
- 5
- Opened on Sep 12, 2023
- #83
It should be possible to set an environment variable to be used when spawning a layer. These should work for all
back-ends.
- [x] layerform set-env VAR_NAME value
- [x] Works with local - creates ...
lucasfcosta
- Opened on Sep 11, 2023
- #80
- [ ] When users spawn a layer, the name for the layer instance should be given to .tf files as var.lf_names.
definition_name . That way, people don t have to keep creating resources to generate ...
lucasfcosta
- Opened on Sep 11, 2023
- #79
- [ ] For Layerform Cloud, set using LF_CLOUD_URL LF_CLOUD_EMAIL LF_CLOUD_PASSWORD, flags have a preference
lucasfcosta
- Opened on Sep 11, 2023
- #78
- [x] layerform config set-context test-s3 -t s3 --bucket bucket --region us-east-1
- [x] layerform config set-context test-cloud -t cloud --url https://demo.layerform.dev --email foo@bar.com --password ...
lucasfcosta
- Opened on Sep 11, 2023
- #77
- [ ] layerform list contexts - prints all contexts saved on ~/.layerform/config. If none, print message.
- [ ] layerform set context - uses a context from the list to set as current
lucasfcosta
- 2
- Opened on Sep 11, 2023
- #76
Bug
If I write a layerform.json like this:
{
layers : [
{
name : foo ,
files : [ foo.tf ]
},
{
name : bar ,
files : [ bar.tf ],
dependencies : [ ...
bug
vieiralucas
- 2
- Opened on Sep 11, 2023
- #75

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.