Skip to content

Commit

Permalink
Add element type for deprecated labels
Browse files Browse the repository at this point in the history
  • Loading branch information
slevenick committed Apr 25, 2019
1 parent d1a747c commit 7b1d35a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions templates/terraform/extra_schema_entry/alert_policy.erb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@
# limitations under the License.
-%>
"labels": {
Type: schema.TypeList,
Optional: true,
Deprecated: "labels is removed as it was never used. See user_labels for the correct field",
Type: schema.TypeList,
Optional: true,
Elem: &schema.Schema{
Type: schema.TypeString,
},
Deprecated: "labels is removed as it was never used. See user_labels for the correct field",
},

0 comments on commit 7b1d35a

Please sign in to comment.