Skip to content

Commit

Permalink
Merge pull request hashicorp#34934 from trentbitterman/fix-msk-autosc…
Browse files Browse the repository at this point in the history
…aling-policy-import-issue

fix when importing a msk storage app autoscaling policy
  • Loading branch information
ewbankkit committed Mar 18, 2024
2 parents 6cb337f + 793a816 commit 27a5f7c
Show file tree
Hide file tree
Showing 5 changed files with 200 additions and 259 deletions.
3 changes: 3 additions & 0 deletions .changelog/34934.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
resource/aws_appautoscaling_policy: Fix errors when importing an MSK storage autoscaling policy
```
2 changes: 2 additions & 0 deletions internal/service/appautoscaling/exports_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@ var (
ResourceScheduledAction = resourceScheduledAction
ResourceTarget = resourceTarget

FindScalingPolicyByFourPartKey = findScalingPolicyByFourPartKey
FindScheduledActionByFourPartKey = findScheduledActionByFourPartKey
ValidPolicyImportInput = validPolicyImportInput
)
Loading

0 comments on commit 27a5f7c

Please sign in to comment.