An inline commenting syntax used for API endpoints, based on JSDoc.
/*
* <method> <path>
*
* <description>
| Terraform used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols: | |
| + create | |
| Terraform will perform the following actions: | |
| # cloudflare_zero_trust_access_application.ssh_app will be created | |
| + resource "cloudflare_zero_trust_access_application" "ssh_app" { | |
| + account_id = "<REDACTED>" | |
| + app_launcher_visible = true | |
| + aud = (known after apply) |