Skip to content

Commit

Permalink
Merge pull request #4656 from saravanan30erd/issue-4616
Browse files Browse the repository at this point in the history
issue #4616 aws_budgets_budget cannot rename budget name
  • Loading branch information
bflad authored May 25, 2018
2 parents 2d7071e + 58e79cd commit 9632082
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 9632082

Please sign in to comment.