Skip to content

Commit

Permalink
Remove bad option from example for compute_ssl_certificate (GoogleClo…
Browse files Browse the repository at this point in the history
  • Loading branch information
danawillow authored and modular-magician committed Aug 14, 2019
1 parent 05286fd commit 5afa93b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/terraform
2 changes: 1 addition & 1 deletion build/terraform-beta
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ Get info about a Google Compute SSL Certificate from its name.
```tf
data "google_compute_ssl_certificate" "my_cert" {
name = "my-cert"
location = "us-east1-a"
}
output "certificate" {
Expand Down

0 comments on commit 5afa93b

Please sign in to comment.