Skip to content

Commit

Permalink
issue hashicorp#4616 update name argument schema
Browse files Browse the repository at this point in the history
  • Loading branch information
saravanan30erd committed May 23, 2018
1 parent 7f7e9cc commit 58e79cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aws/resource_aws_budgets_budget.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ func resourceAwsBudgetsBudget() *schema.Resource {
Type: schema.TypeString,
Computed: true,
Optional: true,
ForceNew: true,
ConflictsWith: []string{"name_prefix"},
},
"name_prefix": {
Expand Down

0 comments on commit 58e79cd

Please sign in to comment.