New File
Create a Terraform file named main.tf which contains 3 data sources:
akamai_group
, referencing a single group.
ℹ️
Hint: In techdocs check the Base IDs (opens in a new tab) section.
akamai_appsec_configuration
, referencing a single configakamai_property
, referencing a single Akamai property
Run
Run a terraform apply
Q&A
What happens?
Commit
Commit your changes and push them to GitHub.