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_workspaces_directory #11023

Merged
merged 30 commits into from
Jan 7, 2020

Commits on Dec 21, 2019

  1. Add aws_workspaces_directory resource

    Andrew Babichev committed Dec 21, 2019
    Configuration menu
    Copy the full SHA
    3e1d598 View commit details
    Browse the repository at this point in the history
  2. Fix Error: workspace directory was not registered: InvalidParameterVa…

    …luesException: Pagination is not supported.
    Andrew Babichev committed Dec 21, 2019
    Configuration menu
    Copy the full SHA
    7e356bd View commit details
    Browse the repository at this point in the history
  3. Fix workspaces directory deregistration refresh state func

    Andrew Babichev committed Dec 21, 2019
    Configuration menu
    Copy the full SHA
    4eafe44 View commit details
    Browse the repository at this point in the history
  4. Add aws_workspaces_directory example

    Andrew Babichev committed Dec 21, 2019
    Configuration menu
    Copy the full SHA
    8bd6bf1 View commit details
    Browse the repository at this point in the history
  5. @review Switch to const string configs in tests

    Andrew Babichev committed Dec 21, 2019
    Configuration menu
    Copy the full SHA
    ccf4da9 View commit details
    Browse the repository at this point in the history
  6. @review Fix subnet AZ typo

    Andrew Babichev committed Dec 21, 2019
    Configuration menu
    Copy the full SHA
    aab5af7 View commit details
    Browse the repository at this point in the history
  7. @review Add workspaces_DefaultRole

    Andrew Babichev committed Dec 21, 2019
    Configuration menu
    Copy the full SHA
    5432a24 View commit details
    Browse the repository at this point in the history
  8. @review Support acctest run in us-east-1 region

    Andrew Babichev committed Dec 21, 2019
    Configuration menu
    Copy the full SHA
    3deff73 View commit details
    Browse the repository at this point in the history
  9. @review Add reference to docs sidebar

    Andrew Babichev committed Dec 21, 2019
    Configuration menu
    Copy the full SHA
    81a0146 View commit details
    Browse the repository at this point in the history
  10. @review Force new directory on subnet_ids change

    Andrew Babichev committed Dec 21, 2019
    Configuration menu
    Copy the full SHA
    8add008 View commit details
    Browse the repository at this point in the history
  11. @ci Remove superfluous Update

    Andrew Babichev committed Dec 21, 2019
    Configuration menu
    Copy the full SHA
    2e36d6d View commit details
    Browse the repository at this point in the history
  12. Fix docs after rebase

    Andrew Babichev committed Dec 21, 2019
    Configuration menu
    Copy the full SHA
    d642fd5 View commit details
    Browse the repository at this point in the history
  13. Handle workspaces directory self-service premissions

    Andrew Babichev committed Dec 21, 2019
    Configuration menu
    Copy the full SHA
    87b37f4 View commit details
    Browse the repository at this point in the history
  14. Test workspaces directory self-service permissions update

    Andrew Babichev committed Dec 21, 2019
    Configuration menu
    Copy the full SHA
    4ba7d86 View commit details
    Browse the repository at this point in the history
  15. Handle workspaces directory tags

    Andrew Babichev committed Dec 21, 2019
    Configuration menu
    Copy the full SHA
    adf4a14 View commit details
    Browse the repository at this point in the history
  16. @review Convert self_service_permissions from Set to List type

    Andrew Babichev committed Dec 21, 2019
    Configuration menu
    Copy the full SHA
    c66be41 View commit details
    Browse the repository at this point in the history
  17. Cleanup

    Andrew Babichev committed Dec 21, 2019
    Configuration menu
    Copy the full SHA
    927e93b View commit details
    Browse the repository at this point in the history
  18. Cover self_service_permissions in documentation

    Andrew Babichev committed Dec 21, 2019
    Configuration menu
    Copy the full SHA
    6d65d22 View commit details
    Browse the repository at this point in the history
  19. Add logging

    Andrew Babichev committed Dec 21, 2019
    Configuration menu
    Copy the full SHA
    955a11e View commit details
    Browse the repository at this point in the history
  20. Extract common infra + parallel tests

    Andrew Babichev committed Dec 21, 2019
    Configuration menu
    Copy the full SHA
    1b45484 View commit details
    Browse the repository at this point in the history
  21. Extend documentation example

    Andrew Babichev committed Dec 21, 2019
    Configuration menu
    Copy the full SHA
    63a4163 View commit details
    Browse the repository at this point in the history
  22. Typo

    Andrew Babichev committed Dec 21, 2019
    Configuration menu
    Copy the full SHA
    efb2bc2 View commit details
    Browse the repository at this point in the history
  23. Add partial state

    Andrew Babichev committed Dec 21, 2019
    Configuration menu
    Copy the full SHA
    ba2c50c View commit details
    Browse the repository at this point in the history
  24. @review Fix typo: self-sevice –> self-service

    Andrew Babichev committed Dec 21, 2019
    Configuration menu
    Copy the full SHA
    f359fec View commit details
    Browse the repository at this point in the history
  25. @review Drop parallel tests due simultaneous creation of the default …

    …workspaces security groups
    Andrew Babichev committed Dec 21, 2019
    Configuration menu
    Copy the full SHA
    11a79bf View commit details
    Browse the repository at this point in the history
  26. Replace test config string interpolation with concatenation

    Andrew Babichev committed Dec 21, 2019
    Configuration menu
    Copy the full SHA
    3e65ef5 View commit details
    Browse the repository at this point in the history
  27. @review Consider deregistering as a pending state on delete

    Andrew Babichev committed Dec 21, 2019
    Configuration menu
    Copy the full SHA
    dd1dacc View commit details
    Browse the repository at this point in the history
  28. Set poll interval to 30 seconds

    Andrew Babichev committed Dec 21, 2019
    Configuration menu
    Copy the full SHA
    3e6a24e View commit details
    Browse the repository at this point in the history
  29. @review Add custom WorkspacesUpdateTags func as workaround

    Legacy SDK doesn't add new tags, but overwrites existing ones. Here is a warning in debug mode:
    
    [WARN] Provider "aws" produced an unexpected new value for aws_workspaces_directory.main, but we are tolerating it because it is using the legacy plugin SDK.
        The following problems may be the cause of any confusing errors from downstream operations:
          - .tags: element "Directory" has vanished
    Andrew Babichev committed Dec 21, 2019
    Configuration menu
    Copy the full SHA
    2f7ab9d View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2019

  1. @ci Drop sidebar_current from YAML frontmatter

    Andrew Babichev committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    6dce4ad View commit details
    Browse the repository at this point in the history