diff --git a/85_prometheus_grafana/Readme.md b/85_prometheus_grafana/Readme.md index 28e2cfc..7fcc9e0 100644 --- a/85_prometheus_grafana/Readme.md +++ b/85_prometheus_grafana/Readme.md @@ -23,6 +23,10 @@ terraform plan -out tfplan terraform apply tfplan ``` +The following resources will be created. + +![](images/resources.png) + ## Cleanup resources To delete the creates resources, run the following command: diff --git a/85_prometheus_grafana/images/resources.png b/85_prometheus_grafana/images/resources.png new file mode 100644 index 0000000..91bd7b1 Binary files /dev/null and b/85_prometheus_grafana/images/resources.png differ