Skip to content

Commit

Permalink
Make BAA key ids computed. (#1042)
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored and paddycarver committed Aug 14, 2019
1 parent 322c6ee commit ae93828
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions google-beta/resource_binary_authorization_attestor.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ func resourceBinaryAuthorizationAttestor() *schema.Resource {
},
"id": {
Type: schema.TypeString,
Computed: true,
Optional: true,
},
"pkix_public_key": {
Expand Down
1 change: 0 additions & 1 deletion google-beta/resource_sql_database_instance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import (
"github.com/hashicorp/terraform/helper/acctest"
"github.com/hashicorp/terraform/helper/resource"
"github.com/hashicorp/terraform/terraform"

sqladmin "google.golang.org/api/sqladmin/v1beta4"
)

Expand Down

0 comments on commit ae93828

Please sign in to comment.