Skip to content

Commit

Permalink
If certificate_id is unset, it should not cause a diff. (#4754)
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 nat-henderson committed Oct 25, 2019
1 parent b283424 commit 77891f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions google/resource_app_engine_domain_mapping.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ func resourceAppEngineDomainMapping() *schema.Resource {
Schema: map[string]*schema.Schema{
"certificate_id": {
Type: schema.TypeString,
Computed: true,
Optional: true,
},
"ssl_management_type": {
Expand Down

0 comments on commit 77891f3

Please sign in to comment.