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

CloudSearch Domain Resource Support #17723

Merged
merged 50 commits into from
Jan 19, 2022

Commits on Dec 13, 2021

  1. first stab at CloudSearch support

    Christopher Busby authored and ewbankkit committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    7b36342 View commit details
    Browse the repository at this point in the history
  2. adding test sweeper

    Christopher Busby authored and ewbankkit committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    0d0a23e View commit details
    Browse the repository at this point in the history
  3. implementing full CloudSearch domain resource support

    Christopher Busby authored and ewbankkit committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    ba50fc3 View commit details
    Browse the repository at this point in the history
  4. adding documentation

    Christopher Busby authored and ewbankkit committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    b311b8d View commit details
    Browse the repository at this point in the history
  5. updating tests with analysis_scheme restriction

    Christopher Busby authored and ewbankkit committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    f2436a4 View commit details
    Browse the repository at this point in the history
  6. delinting Markdown

    Christopher Busby authored and ewbankkit committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    cbd3682 View commit details
    Browse the repository at this point in the history
  7. delinting Golang

    Christopher Busby authored and ewbankkit committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    f28d612 View commit details
    Browse the repository at this point in the history
  8. converting tabs to spaces for terrafmt

    Christopher Busby authored and ewbankkit committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    6de4e19 View commit details
    Browse the repository at this point in the history
  9. adding check destroys

    Christopher Busby authored and ewbankkit committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    5fa2b64 View commit details
    Browse the repository at this point in the history
  10. delinting Golang code

    Christopher Busby authored and ewbankkit committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    ddd9fb4 View commit details
    Browse the repository at this point in the history
  11. formatting Terraform

    Christopher Busby authored and ewbankkit committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    4555598 View commit details
    Browse the repository at this point in the history
  12. delinting Golang code

    Christopher Busby authored and ewbankkit committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    7a1b268 View commit details
    Browse the repository at this point in the history
  13. readding test steps

    Christopher Busby authored and ewbankkit committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    bbaea04 View commit details
    Browse the repository at this point in the history
  14. cleaning up Markdown file

    Christopher Busby authored and ewbankkit committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    7cbb8fd View commit details
    Browse the repository at this point in the history
  15. adding a skeleton for an error check, just to see if I can get moveme…

    …nt on that
    Christopher Busby authored and ewbankkit committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    f532d7a View commit details
    Browse the repository at this point in the history
  16. fixing typo

    Christopher Busby authored and ewbankkit committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    d524a5b View commit details
    Browse the repository at this point in the history
  17. formatting Gocode

    Christopher Busby authored and ewbankkit committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    9a0d20f View commit details
    Browse the repository at this point in the history
  18. Update website/docs/r/cloudsearch_domain.html.markdown

    Fixing outdated example in documentation.
    
    Co-authored-by: Sam Hall <[email protected]>
    2 people authored and ewbankkit committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    72becc6 View commit details
    Browse the repository at this point in the history
  19. Update cloudsearch_domain.html.markdown

    Correcting formatting.
    celestialorb authored and ewbankkit committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    7ca3ad4 View commit details
    Browse the repository at this point in the history
  20. Probe...

    ewbankkit committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    1961ec6 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    79cb0a4 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    192fde3 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    d2a75c8 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    fb107a0 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    2a44f39 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    7356497 View commit details
    Browse the repository at this point in the history
  27. Add CHANGELOG entry.

    ewbankkit committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    fdfcc9e View commit details
    Browse the repository at this point in the history
  28. First passing acceptance test:

    % make testacc PKG=cloudsearch TESTS=TestAccCloudSearchDomain_basic
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/cloudsearch/... -v -count 1 -parallel 20 -run='TestAccCloudSearchDomain_basic' -timeout 180m
    === RUN   TestAccCloudSearchDomain_basic
    === PAUSE TestAccCloudSearchDomain_basic
    === CONT  TestAccCloudSearchDomain_basic
    --- PASS: TestAccCloudSearchDomain_basic (62.22s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/cloudsearch	66.117s
    ewbankkit committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    9c88a14 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    3a1a8d9 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    570d65d View commit details
    Browse the repository at this point in the history
  31. r/aws_cloudsearch_domain: Modify 'TestAccCloudSearchDomain_basic' and…

    … add 'TestAccCloudSearchDomain_disappears'.
    ewbankkit committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    a019e26 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    9c3227b View commit details
    Browse the repository at this point in the history
  33. go fmt.

    ewbankkit committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    10a63c9 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    9512c35 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    317eb16 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    ac76fbe View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2021

  1. Configuration menu
    Copy the full SHA
    adedcd4 View commit details
    Browse the repository at this point in the history
  2. r/aws_cloudsearch_domain_service_access_policy: Increase timeouts (an…

    …d make configurable) to reach Active state.
    
    Acceptance test output:
    
    % make testacc TESTARGS='-run=TestAccCloudSearchDomainServiceAccessPolicy_' PKG=cloudsearch
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/cloudsearch/... -v -count 1 -parallel 20 -run=TestAccCloudSearchDomainServiceAccessPolicy_ -timeout 180m
    === RUN   TestAccCloudSearchDomainServiceAccessPolicy_basic
    === PAUSE TestAccCloudSearchDomainServiceAccessPolicy_basic
    === RUN   TestAccCloudSearchDomainServiceAccessPolicy_update
    === PAUSE TestAccCloudSearchDomainServiceAccessPolicy_update
    === CONT  TestAccCloudSearchDomainServiceAccessPolicy_basic
    === CONT  TestAccCloudSearchDomainServiceAccessPolicy_update
    --- PASS: TestAccCloudSearchDomainServiceAccessPolicy_basic (1613.17s)
    --- PASS: TestAccCloudSearchDomainServiceAccessPolicy_update (2419.09s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/cloudsearch	2422.751s
    ewbankkit committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    07f9696 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2021

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

Commits on Dec 17, 2021

  1. DocService and SearchService are often not set immediately after the …

    …domain has been created.
    ewbankkit committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    b96d83b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    930d392 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2022

  1. Configuration menu
    Copy the full SHA
    2d03068 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    25beea6 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2022

  1. r/aws_cloudsearch_domain: Index field functionality.

    % make testacc TESTARGS='-run=TestAccCloudSearchDomain_indexFields' PKG=cloudsearch
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/cloudsearch/... -v -count 1 -parallel 20 -run=TestAccCloudSearchDomain_indexFields -timeout 180m
    === RUN   TestAccCloudSearchDomain_indexFields
    === PAUSE TestAccCloudSearchDomain_indexFields
    === CONT  TestAccCloudSearchDomain_indexFields
    --- PASS: TestAccCloudSearchDomain_indexFields (1083.01s)
    PASS
    ok      github.com/hashicorp/terraform-provider-aws/internal/service/cloudsearch        1086.866s
    ewbankkit committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    318d10d View commit details
    Browse the repository at this point in the history
  2. r/aws_cloudsearch_domain: Test index field updates.

    % make testacc TESTARGS='-run=TestAccCloudSearchDomain_indexFields' PKG=cloudsearch
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/cloudsearch/... -v -count 1 -parallel 20 -run=TestAccCloudSearchDomain_indexFields -timeout 180m
    === RUN   TestAccCloudSearchDomain_indexFields
    === PAUSE TestAccCloudSearchDomain_indexFields
    === CONT  TestAccCloudSearchDomain_indexFields
    --- PASS: TestAccCloudSearchDomain_indexFields (1565.71s)
    PASS
    ok      github.com/hashicorp/terraform-provider-aws/internal/service/cloudsearch        1570.444s
    ewbankkit committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    85e6cf0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a6ad061 View commit details
    Browse the repository at this point in the history
  4. r/aws_cloudsearch_domain: Add 'TestAccCloudSearchDomain_update'.

    % make testacc TESTARGS='-run=TestAccCloudSearchDomain_update' PKG=cloudsearch
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/cloudsearch/... -v -count 1 -parallel 20 -run=TestAccCloudSearchDomain_update -timeout 180m
    === RUN   TestAccCloudSearchDomain_update
    === PAUSE TestAccCloudSearchDomain_update
    === CONT  TestAccCloudSearchDomain_update
    --- PASS: TestAccCloudSearchDomain_update (1264.26s)
    PASS
    ok      github.com/hashicorp/terraform-provider-aws/internal/service/cloudsearch        1267.577s
    ewbankkit committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    76a8586 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ad3a0c4 View commit details
    Browse the repository at this point in the history
  6. r/aws_cloudsearch_domain: Do updates in 'TestAccCloudSearchDomain_upd…

    …ate'.
    
    % make testacc TESTARGS='-run=TestAccCloudSearchDomain_update' PKG=cloudsearch
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/cloudsearch/... -v -count 1 -parallel 20 -run=TestAccCloudSearchDomain_update -timeout 180m
    === RUN   TestAccCloudSearchDomain_update
    === PAUSE TestAccCloudSearchDomain_update
    === CONT  TestAccCloudSearchDomain_update
    --- PASS: TestAccCloudSearchDomain_update (1570.32s)
    PASS
    ok      github.com/hashicorp/terraform-provider-aws/internal/service/cloudsearch        1574.295s
    ewbankkit committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    e23870b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4c1e261 View commit details
    Browse the repository at this point in the history