Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New resource: aws_autoscalingplans_scaling_plan #8965

Merged
merged 20 commits into from
Oct 21, 2020

Commits on Aug 21, 2020

  1. Add 'aws_autoscalingplans_scaling_plan' resource.

    Kit Ewbank authored and ewbankkit committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    d3eb4da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce4c98e View commit details
    Browse the repository at this point in the history
  3. Add 'subcategory'.

    ewbankkit committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    df98e92 View commit details
    Browse the repository at this point in the history
  4. Replace 'validateStringDoesNotContainAny' with 'validation.StringDoes…

    …NotContainAny'.
    Kit Ewbank authored and ewbankkit committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    b254cec View commit details
    Browse the repository at this point in the history
  5. Remove 'sidebar_current'.

    ewbankkit committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    e88b0dc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6fa9aa6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1c979ff View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2bddadc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    dadedfe View commit details
    Browse the repository at this point in the history
  10. Use 'testAccAvailableEc2InstanceTypeForRegion', not 'testAccAvailable…

    …Ec2InstanceTypeForAvailabilityZone'.
    ewbankkit committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    22726cf View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c21359e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8304317 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2020

  1. Configuration menu
    Copy the full SHA
    0662a1b View commit details
    Browse the repository at this point in the history
  2. r/aws_autoscalingplans_scaling_plan: Better handling of eventual cons…

    …istency when waiting for creation and deletion.
    
    Acceptance test output:
    
    $ make testacc TEST=./aws/ TESTARGS='-run=TestAccAwsAutoScalingPlansScalingPlan_'
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAwsAutoScalingPlansScalingPlan_ -timeout 120m
    === RUN   TestAccAwsAutoScalingPlansScalingPlan_basicDynamicScaling
    === PAUSE TestAccAwsAutoScalingPlansScalingPlan_basicDynamicScaling
    === RUN   TestAccAwsAutoScalingPlansScalingPlan_basicPredictiveScaling
    === PAUSE TestAccAwsAutoScalingPlansScalingPlan_basicPredictiveScaling
    === RUN   TestAccAwsAutoScalingPlansScalingPlan_basicUpdate
    === PAUSE TestAccAwsAutoScalingPlansScalingPlan_basicUpdate
    === RUN   TestAccAwsAutoScalingPlansScalingPlan_disappears
    === PAUSE TestAccAwsAutoScalingPlansScalingPlan_disappears
    === CONT  TestAccAwsAutoScalingPlansScalingPlan_basicDynamicScaling
    === CONT  TestAccAwsAutoScalingPlansScalingPlan_basicUpdate
    === CONT  TestAccAwsAutoScalingPlansScalingPlan_basicPredictiveScaling
    === CONT  TestAccAwsAutoScalingPlansScalingPlan_disappears
    2020/10/16 14:29:48 [INFO] Auto Scaling Scaling Plan (tf-acc-test-2865312284272710950/1) status message: Scaling plan has been created and applied to all resources.
        resource_aws_autoscalingplans_scaling_plan_test.go:268: [INFO] Got non-empty plan, as expected
    --- PASS: TestAccAwsAutoScalingPlansScalingPlan_disappears (53.00s)
    --- PASS: TestAccAwsAutoScalingPlansScalingPlan_basicPredictiveScaling (57.22s)
    --- PASS: TestAccAwsAutoScalingPlansScalingPlan_basicDynamicScaling (67.94s)
    --- PASS: TestAccAwsAutoScalingPlansScalingPlan_basicUpdate (99.22s)
    PASS
    ok  	github.com/terraform-providers/terraform-provider-aws/aws	99.262s
    ewbankkit committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    3883d3d View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2020

  1. Configuration menu
    Copy the full SHA
    bb43021 View commit details
    Browse the repository at this point in the history
  2. Update website/docs/r/autoscalingplans_scaling_plan.html.markdown

    Co-authored-by: angie pinilla <angelinepinilla@gmail.com>
    ewbankkit and anGie44 committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    a2ab9dc View commit details
    Browse the repository at this point in the history
  3. Add 'testAccPreCheckIamServiceLinkedRole' and use for scaling plans w…

    …ith predictive scaling.
    ewbankkit committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    1b8260e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a9751f7 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2020

  1. Configuration menu
    Copy the full SHA
    4e83eb6 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2020

  1. Update aws/internal/service/autoscalingplans/finder/finder.go

    Co-authored-by: angie pinilla <angelinepinilla@gmail.com>
    ewbankkit and anGie44 committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    543e5d3 View commit details
    Browse the repository at this point in the history