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

r/servicecatalog_portfolio_share: New resource(s) #19278

Merged
merged 41 commits into from
May 14, 2021

Commits on May 14, 2021

  1. Configuration menu
    Copy the full SHA
    253c128 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    255f8c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c17914e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4a62855 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7455a84 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1758402 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5765062 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9cee563 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    faa71ad View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fdbfe4a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    63e8535 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    cdf8b43 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0a3598e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7fbba43 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    26e8e38 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    cdd59c7 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9aa9c29 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    478202d View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    96d4bd4 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    14d340f View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    92253f3 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    5d259d7 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    a4ea865 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    ea82747 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    75e28a7 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    547f518 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    34ccacb View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    c1a29fd View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    a1bfca5 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    44861f3 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    56e278b View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    cd74e57 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    a6166f5 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    26c06ed View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    6d12cff View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    ea01f5c View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    1eb17f2 View commit details
    Browse the repository at this point in the history
  38. Fix type casting error.

    ewbankkit authored and YakDriver committed May 14, 2021
    Configuration menu
    Copy the full SHA
    40d9bbe View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    0b71dd4 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    cb8d633 View commit details
    Browse the repository at this point in the history
  41. r/aws_servicecatalog_portfolio_share: Get tests working for organizat…

    …ion management account.
    
    Acceptance test output:
    
    % make testacc TEST=./aws TESTARGS='-run=TestAccAWSServiceCatalogOrganizationsAccess_'
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAWSServiceCatalogOrganizationsAccess_ -timeout 180m
    === RUN   TestAccAWSServiceCatalogOrganizationsAccess_basic
    === PAUSE TestAccAWSServiceCatalogOrganizationsAccess_basic
    === CONT  TestAccAWSServiceCatalogOrganizationsAccess_basic
    --- PASS: TestAccAWSServiceCatalogOrganizationsAccess_basic (16.23s)
    PASS
    ok  	github.com/terraform-providers/terraform-provider-aws/aws	19.053s
    % make testacc TEST=./aws TESTARGS='-run=TestAccAWSServiceCatalogPortfolioShare_'
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAWSServiceCatalogPortfolioShare_ -timeout 180m
    === RUN   TestAccAWSServiceCatalogPortfolioShare_basic
    === PAUSE TestAccAWSServiceCatalogPortfolioShare_basic
    === RUN   TestAccAWSServiceCatalogPortfolioShare_organizationalUnit
    === PAUSE TestAccAWSServiceCatalogPortfolioShare_organizationalUnit
    === CONT  TestAccAWSServiceCatalogPortfolioShare_basic
    === CONT  TestAccAWSServiceCatalogPortfolioShare_organizationalUnit
    --- PASS: TestAccAWSServiceCatalogPortfolioShare_basic (19.43s)
    --- PASS: TestAccAWSServiceCatalogPortfolioShare_organizationalUnit (24.29s)
    PASS
    ok  	github.com/terraform-providers/terraform-provider-aws/aws	27.222s
    ewbankkit committed May 14, 2021
    Configuration menu
    Copy the full SHA
    5635137 View commit details
    Browse the repository at this point in the history