Skip to content

Commit

Permalink
Merge pull request hashicorp#491 from terraform-providers/paddy_1.0_d…
Browse files Browse the repository at this point in the history
…eprecations

Remove deprecated resources for 1.0.0.
  • Loading branch information
paddycarver authored Sep 29, 2017
2 parents 02641ea + 136a176 commit 3db816d
Show file tree
Hide file tree
Showing 17 changed files with 165 additions and 750 deletions.
8 changes: 4 additions & 4 deletions google/resource_compute_global_forwarding_rule.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,10 @@ func resourceComputeGlobalForwardingRule() *schema.Resource {
},

"region": &schema.Schema{
Type: schema.TypeString,
Optional: true,
ForceNew: true,
Deprecated: "Please remove this attribute (it was never used)",
Type: schema.TypeString,
Optional: true,
ForceNew: true,
Removed: "Please remove this attribute (it was never used)",
},

"self_link": &schema.Schema{
Expand Down
Loading

0 comments on commit 3db816d

Please sign in to comment.