cdn_policy should also be computed. (#1210)

This commit is contained in:
Nathan McKinley 2018-03-16 13:56:27 -07:00 committed by GitHub
parent 0d58eff6c5
commit dd79754059
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -108,6 +108,7 @@ func resourceComputeBackendService() *schema.Resource {
"cdn_policy": &schema.Schema{
Type: schema.TypeList,
Optional: true,
Computed: true,
MaxItems: 1,
Elem: &schema.Resource{
Schema: map[string]*schema.Schema{