Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove bad option from example for compute_ssl_certificate docs (#4185)
When using the example provided, the following error is returned: ``` Error: Unsupported argument on data.tf line 25, in data "google_compute_ssl_certificate" "api_cert": 25: location = "us-east1-a" An argument named "location" is not expected here. ``` The available arguments doesn't list `location` as a supported argument. Remove it from the example.
- Loading branch information