-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feature] documentation additions #472
Conversation
Codecov Report
@@ Coverage Diff @@
## master #472 +/- ##
=======================================
Coverage 61.12% 61.12%
=======================================
Files 19 19
Lines 1955 1955
=======================================
Hits 1195 1195
Misses 607 607
Partials 153 153 Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #472 +/- ##
=======================================
Coverage 61.22% 61.22%
=======================================
Files 19 19
Lines 1960 1960
=======================================
Hits 1200 1200
Misses 607 607
Partials 153 153
Continue to review full report at Codecov.
|
All of these snippets would belong in your project's `fogg.yml` file. | ||
#### Add a new component | ||
``` yaml | ||
section_name: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
section_name: | |
env_name: |
### Typical Fogg actions | ||
All of these snippets would belong in your project's `fogg.yml` file. | ||
#### Add a new component |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
### Typical Fogg actions | |
All of these snippets would belong in your project's `fogg.yml` file. | |
#### Add a new component | |
### Typical Fogg actions | |
All of these snippets would belong in your project's `fogg.yml` file. | |
#### Add a new component |
#### Adding and using a new module | ||
``` yaml |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#### Adding and using a new module | |
``` yaml | |
#### Adding and using a new module | |
``` yaml |
#### Referencing modules from other repositories | ||
Make sure you have `module_source` defined |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#### Referencing modules from other repositories | |
Make sure you have `module_source` defined | |
#### Referencing modules from other repositories | |
Make sure you have `module_source` defined |
#### Using remote state | ||
You will need to set some default backend details. Here's an example: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#### Using remote state | |
You will need to set some default backend details. Here's an example: | |
#### Using remote state | |
You will need to set some default backend details. Here's an example: |
Includes: