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

Add aws_iot_provisioning_template resource #12108

Merged

Commits on Feb 20, 2020

  1. Configuration menu
    Copy the full SHA
    2e0a1df View commit details
    Browse the repository at this point in the history
  2. Support importing

    oleg-codaio committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    299451b View commit details
    Browse the repository at this point in the history
  3. Update website index

    oleg-codaio committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    1bbf5aa View commit details
    Browse the repository at this point in the history
  4. Fix spacing, caps

    oleg-codaio committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    7071637 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2020

  1. Fix docs

    oleg-codaio committed Feb 22, 2020
    Configuration menu
    Copy the full SHA
    ffc3e58 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2020

  1. Prettify tests and docs

    oleg-codaio committed Feb 23, 2020
    Configuration menu
    Copy the full SHA
    e1737d7 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2020

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

Commits on Apr 1, 2022

  1. Revert "Handle profile change on update; optimize update"

    This reverts commit ae2f056.
    ewbankkit committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    73afad6 View commit details
    Browse the repository at this point in the history
  2. Revert "Prettify tests and docs"

    This reverts commit e1737d7.
    ewbankkit committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    234610d View commit details
    Browse the repository at this point in the history
  3. Revert "Fix docs"

    This reverts commit ffc3e58.
    ewbankkit committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    39286d4 View commit details
    Browse the repository at this point in the history
  4. Revert "Fix spacing, caps"

    This reverts commit 7071637.
    ewbankkit committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    8640447 View commit details
    Browse the repository at this point in the history
  5. Revert "Update website index"

    This reverts commit 1bbf5aa.
    ewbankkit committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    aa57b58 View commit details
    Browse the repository at this point in the history
  6. Revert "Support importing"

    This reverts commit 299451b.
    ewbankkit committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    3b12806 View commit details
    Browse the repository at this point in the history
  7. Revert "Add aws_iot_provisioning_template resource"

    This reverts commit 2e0a1df.
    ewbankkit committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    ca9a640 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ffc6ee2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1166820 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4578343 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b5b382d View commit details
    Browse the repository at this point in the history
  12. r/aws_iot_provisioning_template: Initial acceptance tests.

    Acceptance test output:
    
    % make testacc TESTS=TestAccIoTProvisioningTemplate_ PKG=iot ACCTEST_PARALLELISM=2
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/iot/... -v -count 1 -parallel 2 -run='TestAccIoTProvisioningTemplate_'  -timeout 180m
    === RUN   TestAccIoTProvisioningTemplate_basic
    --- PASS: TestAccIoTProvisioningTemplate_basic (36.10s)
    === RUN   TestAccIoTProvisioningTemplate_disappears
    --- PASS: TestAccIoTProvisioningTemplate_disappears (22.58s)
    === RUN   TestAccIoTProvisioningTemplate_tags
    --- PASS: TestAccIoTProvisioningTemplate_tags (59.08s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/iot	121.496s
    ewbankkit committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    7425810 View commit details
    Browse the repository at this point in the history
  13. r/aws_iot_provisioning_template: Additional acceptance test.

    Acceptance test output:
    
    % make testacc TESTS=TestAccIoTProvisioningTemplate_ PKG=iot ACCTEST_PARALLELISM=2
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/iot/... -v -count 1 -parallel 2 -run='TestAccIoTProvisioningTemplate_'  -timeout 180m
    === RUN   TestAccIoTProvisioningTemplate_basic
    === PAUSE TestAccIoTProvisioningTemplate_basic
    === RUN   TestAccIoTProvisioningTemplate_disappears
    === PAUSE TestAccIoTProvisioningTemplate_disappears
    === RUN   TestAccIoTProvisioningTemplate_tags
    === PAUSE TestAccIoTProvisioningTemplate_tags
    === RUN   TestAccIoTProvisioningTemplate_update
    === PAUSE TestAccIoTProvisioningTemplate_update
    === CONT  TestAccIoTProvisioningTemplate_basic
    === CONT  TestAccIoTProvisioningTemplate_tags
    --- PASS: TestAccIoTProvisioningTemplate_basic (34.32s)
    === CONT  TestAccIoTProvisioningTemplate_update
    --- PASS: TestAccIoTProvisioningTemplate_tags (57.94s)
    === CONT  TestAccIoTProvisioningTemplate_disappears
    --- PASS: TestAccIoTProvisioningTemplate_update (45.06s)
    --- PASS: TestAccIoTProvisioningTemplate_disappears (30.26s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/iot	91.917s
    ewbankkit committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    63e9034 View commit details
    Browse the repository at this point in the history
  14. Fix providerlint error: 'AWSAT005: avoid hardcoded ARN AWS partitions…

    …, use aws_partition data source'.
    ewbankkit committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    997cdf3 View commit details
    Browse the repository at this point in the history