Skip to content

Commit

Permalink
F/resource aws batch job queue (#19121)
Browse files Browse the repository at this point in the history
* f/resource_aws_batch_job_queue

* Add CHANGELOG entry.

Co-authored-by: Kit Ewbank <[email protected]>
  • Loading branch information
nikhil-goenka and ewbankkit committed Apr 27, 2021
1 parent e1a8d5e commit fd79111
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .changelog/19121.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
resource/aws_batch_job_queue: Recreate batch job queue if the `name` changes
```
1 change: 1 addition & 0 deletions aws/resource_aws_batch_job_queue.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ func resourceAwsBatchJobQueue() *schema.Resource {
"name": {
Type: schema.TypeString,
Required: true,
ForceNew: true,
ValidateFunc: validateBatchName,
},
"priority": {
Expand Down

0 comments on commit fd79111

Please sign in to comment.