This example illustrates how to use the slo-native
module.
The example will create the following resources:
- A set of SLOs.
To run this example, you'll need:
- a GCP project (see an example definition here.
- the IAM role
roles/owner
on the project for the service account running the Terraform. - An App Engine application running
Name | Description | Type | Default | Required |
---|---|---|---|---|
app_engine_project_id | App Engine project id | any |
n/a | yes |
project_id | Project id | any |
n/a | yes |
No outputs.
To provision this example, run the following from within this directory:
terraform init
to get the pluginsterraform plan
to see the infrastructure planterraform apply
to apply the infrastructure buildterraform destroy
to destroy the built infrastructure