-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
Commits on Mar 18, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 63c9561 - Browse repository at this point
Copy the full SHA 63c9561View commit details
Commits on Jun 19, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 37da50c - Browse repository at this point
Copy the full SHA 37da50cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e61283 - Browse repository at this point
Copy the full SHA 0e61283View commit details
Commits on Jun 23, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 2e7fad7 - Browse repository at this point
Copy the full SHA 2e7fad7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42cd1b7 - Browse repository at this point
Copy the full SHA 42cd1b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d50c73 - Browse repository at this point
Copy the full SHA 8d50c73View commit details -
Configuration menu - View commit details
-
Copy full SHA for 14ec149 - Browse repository at this point
Copy the full SHA 14ec149View commit details -
Merge branch 'f-ecrpublic-repository-policy' of github.com:terraform-…
…providers/terraform-provider-aws into f-ecrpublic-repository-policy
Configuration menu - View commit details
-
Copy full SHA for 3e508aa - Browse repository at this point
Copy the full SHA 3e508aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9acc511 - Browse repository at this point
Copy the full SHA 9acc511View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8334a97 - Browse repository at this point
Copy the full SHA 8334a97View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4441b9 - Browse repository at this point
Copy the full SHA d4441b9View commit details
Commits on Jun 24, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 8191ce9 - Browse repository at this point
Copy the full SHA 8191ce9View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd681cb - Browse repository at this point
Copy the full SHA bd681cbView commit details
Commits on Nov 22, 2021
-
Configuration menu - View commit details
-
Copy full SHA for a03d5de - Browse repository at this point
Copy the full SHA a03d5deView commit details
Commits on Dec 8, 2021
-
Configuration menu - View commit details
-
Copy full SHA for bdbbc88 - Browse repository at this point
Copy the full SHA bdbbc88View commit details
Commits on Dec 16, 2021
-
Configuration menu - View commit details
-
Copy full SHA for faf71d1 - Browse repository at this point
Copy the full SHA faf71d1View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 70caa19 - Browse repository at this point
Copy the full SHA 70caa19View commit details -
Configuration menu - View commit details
-
Copy full SHA for 56a684c - Browse repository at this point
Copy the full SHA 56a684cView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 25a0208 - Browse repository at this point
Copy the full SHA 25a0208View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8974582 - Browse repository at this point
Copy the full SHA 8974582View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea5f7b9 - Browse repository at this point
Copy the full SHA ea5f7b9View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for c96be40 - Browse repository at this point
Copy the full SHA c96be40View commit details -
Configuration menu - View commit details
-
Copy full SHA for 84f405f - Browse repository at this point
Copy the full SHA 84f405fView commit details