Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/taxintt/terraform-mackerel-sample
https://github.com/taxintt/terraform-mackerel-sample
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/taxintt/terraform-mackerel-sample
- Owner: taxintt
- Created: 2023-12-03T14:45:19.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-09T05:19:35.000Z (about 1 year ago)
- Last Synced: 2024-04-17T19:27:35.663Z (9 months ago)
- Language: HCL
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# terraform-mackerel-sample
## create API key in ParameterStore
```
aws ssm put-parameter \
--name "/mackerel/test-staging-org/apikey" \
--value "${MACKEREL_APIKEY}" \
--type "SecureString"
```## terraform init
```
ENV=staging make init
```## terraform plan
```
ENV=staging make plan
```## terraform apply
If terraform apply fails, rerun it
```
ENV=staging make apply
```