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_ecrpublic_repository_policy #16901

Merged
merged 23 commits into from
Dec 16, 2021

Commits on Mar 18, 2021

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

Commits on Jun 19, 2021

  1. Configuration menu
    Copy the full SHA
    37da50c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e61283 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2021

  1. Configuration menu
    Copy the full SHA
    2e7fad7 View commit details
    Browse the repository at this point in the history
  2. add changelog

    breathingdust committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    42cd1b7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d50c73 View commit details
    Browse the repository at this point in the history
  4. use value

    breathingdust committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    14ec149 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'f-ecrpublic-repository-policy' of github.com:terraform-…

    …providers/terraform-provider-aws into f-ecrpublic-repository-policy
    breathingdust committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    3e508aa View commit details
    Browse the repository at this point in the history
  6. remove foos from docs

    breathingdust committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    9acc511 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8334a97 View commit details
    Browse the repository at this point in the history
  8. correct code block

    breathingdust committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    d4441b9 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2021

  1. fix example section

    breathingdust committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    8191ce9 View commit details
    Browse the repository at this point in the history
  2. add error check

    breathingdust committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    bd681cb View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2021

  1. merge main

    breathingdust committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    a03d5de View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2021

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

Commits on Dec 16, 2021

  1. Alphabetize attributes.

    ewbankkit committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    faf71d1 View commit details
    Browse the repository at this point in the history
  2. r/aws_ecrpublic_repository_policy: Consolidate 'resourceRepositoryPol…

    …icyCreate' and 'resourceRepositoryPolicyUpdate' into 'resourceRepositoryPolicyPut'.
    
    Acceptance test output:
    
    % AWS_DEFAULT_REGION=us-east-1 make testacc TESTS=TestAccAWSEcrPublicRepositoryPolicy_ PKG=ecrpublic
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/ecrpublic/... -v -count 1 -parallel 20 -run='TestAccAWSEcrPublicRepositoryPolicy_' -timeout 180m
    === RUN   TestAccAWSEcrPublicRepositoryPolicy_basic
    === PAUSE TestAccAWSEcrPublicRepositoryPolicy_basic
    === RUN   TestAccAWSEcrPublicRepositoryPolicy_policy
    === PAUSE TestAccAWSEcrPublicRepositoryPolicy_policy
    === RUN   TestAccAWSEcrPublicRepositoryPolicy_iam
    === PAUSE TestAccAWSEcrPublicRepositoryPolicy_iam
    === CONT  TestAccAWSEcrPublicRepositoryPolicy_basic
    === CONT  TestAccAWSEcrPublicRepositoryPolicy_iam
    === CONT  TestAccAWSEcrPublicRepositoryPolicy_policy
    --- PASS: TestAccAWSEcrPublicRepositoryPolicy_basic (17.46s)
    --- PASS: TestAccAWSEcrPublicRepositoryPolicy_policy (26.84s)
    --- PASS: TestAccAWSEcrPublicRepositoryPolicy_iam (38.87s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/ecrpublic	43.908s
    ewbankkit committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    70caa19 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    56a684c View commit details
    Browse the repository at this point in the history
  4. r/aws_ecrpublic_repository_policy: Add 'TestAccECRPublicRepositoryPol…

    …icy_disappears' and 'TestAccECRPublicRepositoryPolicy_Disappears_repository', remove 'TestAccECRPublicRepositoryPolicy_policy'.
    
    Acceptance test output:
    
    % AWS_DEFAULT_REGION=us-east-1 make testacc TESTS=TestAccECRPublicRepositoryPolicy_ PKG=ecrpublic
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/ecrpublic/... -v -count 1 -parallel 20 -run='TestAccECRPublicRepositoryPolicy_' -timeout 180m
    === RUN   TestAccECRPublicRepositoryPolicy_basic
    === PAUSE TestAccECRPublicRepositoryPolicy_basic
    === RUN   TestAccECRPublicRepositoryPolicy_disappears
    === PAUSE TestAccECRPublicRepositoryPolicy_disappears
    === RUN   TestAccECRPublicRepositoryPolicy_Disappears_repository
    === PAUSE TestAccECRPublicRepositoryPolicy_Disappears_repository
    === RUN   TestAccECRPublicRepositoryPolicy_iam
    === PAUSE TestAccECRPublicRepositoryPolicy_iam
    === CONT  TestAccECRPublicRepositoryPolicy_basic
    === CONT  TestAccECRPublicRepositoryPolicy_disappears
    === CONT  TestAccECRPublicRepositoryPolicy_Disappears_repository
    === CONT  TestAccECRPublicRepositoryPolicy_iam
    --- PASS: TestAccECRPublicRepositoryPolicy_Disappears_repository (10.91s)
    --- PASS: TestAccECRPublicRepositoryPolicy_disappears (12.35s)
    --- PASS: TestAccECRPublicRepositoryPolicy_basic (20.68s)
    --- PASS: TestAccECRPublicRepositoryPolicy_iam (31.70s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/ecrpublic	35.397s
    ewbankkit committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    25a0208 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8974582 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ea5f7b9 View commit details
    Browse the repository at this point in the history
  7. r/aws_ecrpublic_repository_policy: Ensure that state import tests pass!

    Acceptance test output:
    
    % AWS_DEFAULT_REGION=us-east-1 make testacc TESTS=TestAccECRPublicRepositoryPolicy_ PKG=ecrpublic
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./internal/service/ecrpublic/... -v -count 1 -parallel 20 -run='TestAccECRPublicRepositoryPolicy_' -timeout 180m
    === RUN   TestAccECRPublicRepositoryPolicy_basic
    === PAUSE TestAccECRPublicRepositoryPolicy_basic
    === RUN   TestAccECRPublicRepositoryPolicy_disappears
    === PAUSE TestAccECRPublicRepositoryPolicy_disappears
    === RUN   TestAccECRPublicRepositoryPolicy_Disappears_repository
    === PAUSE TestAccECRPublicRepositoryPolicy_Disappears_repository
    === RUN   TestAccECRPublicRepositoryPolicy_iam
    === PAUSE TestAccECRPublicRepositoryPolicy_iam
    === CONT  TestAccECRPublicRepositoryPolicy_basic
    === CONT  TestAccECRPublicRepositoryPolicy_iam
    === CONT  TestAccECRPublicRepositoryPolicy_disappears
    === CONT  TestAccECRPublicRepositoryPolicy_Disappears_repository
    --- PASS: TestAccECRPublicRepositoryPolicy_Disappears_repository (14.92s)
    --- PASS: TestAccECRPublicRepositoryPolicy_disappears (16.57s)
    --- PASS: TestAccECRPublicRepositoryPolicy_basic (27.85s)
    --- PASS: TestAccECRPublicRepositoryPolicy_iam (40.11s)
    PASS
    ok  	github.com/hashicorp/terraform-provider-aws/internal/service/ecrpublic	46.285s
    ewbankkit committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    c96be40 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    84f405f View commit details
    Browse the repository at this point in the history