Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/taxintt/terraform-mackerel-sample


https://github.com/taxintt/terraform-mackerel-sample

Last synced: 29 days ago
JSON representation

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
```