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

F eks placement groups #28112

Merged
merged 17 commits into from
Dec 1, 2022
Merged

F eks placement groups #28112

merged 17 commits into from
Dec 1, 2022

Commits on Oct 31, 2022

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

Commits on Nov 24, 2022

  1. Configuration menu
    Copy the full SHA
    578fd2a View commit details
    Browse the repository at this point in the history
  2. Added resource doc updates for EKS cluster placement groups

    Richard Weerasinghe committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    616e757 View commit details
    Browse the repository at this point in the history
  3. Added doc updates for EKS cluster placement groups

    Richard Weerasinghe committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    ec8601a View commit details
    Browse the repository at this point in the history
  4. Fix doc linting issues

    Richard Weerasinghe committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    19973b3 View commit details
    Browse the repository at this point in the history
  5. Fix doc linting issues

    Richard Weerasinghe committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    b7f6326 View commit details
    Browse the repository at this point in the history
  6. Add support for attribute for EKS clusters on AWS Outposts

    Richard Weerasinghe committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    7ffb50c View commit details
    Browse the repository at this point in the history
  7. go fmt fixes

    Richard Weerasinghe committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    0010044 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. fix tests

    Richard Weerasinghe committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    e57f3fe View commit details
    Browse the repository at this point in the history
  2. fixed test lint errors

    Richard Weerasinghe committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    d0225f9 View commit details
    Browse the repository at this point in the history
  3. Revert "fix: Use cluster ID when present, otherwise use cluster name …

    …for `id`"
    
    This reverts commit bc59b4d.
    ewbankkit committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    3220b4f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    741d78a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ec3122d View commit details
    Browse the repository at this point in the history
  6. Add CHANGELOG entry.

    ewbankkit committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    2b1fa0e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fa9643c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5de1a61 View commit details
    Browse the repository at this point in the history
  9. r/aws_eks_cluster: Switch to 'WithoutTimeout' CRUD handlers (#15090).

    Acceptance test output:
    
    % make testacc TESTARGS='-run=TestAccEKSCluster_basic' PKG=eks ACCTEST_PARALLELISM=3
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/eks/... -v -count 1 -parallel 3  -run=TestAccEKSCluster_basic -timeout 180m
    === RUN   TestAccEKSCluster_basic
    === PAUSE TestAccEKSCluster_basic
    === CONT  TestAccEKSCluster_basic
    --- PASS: TestAccEKSCluster_basic (737.82s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/eks	742.608s
    ewbankkit committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    fd39dc8 View commit details
    Browse the repository at this point in the history