Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

hashicorp/terraform-provider-aws

ewbankkit closed an issue on hashicorp/terraform-provider-aws
[Bug]: aws_apprunner_auto_scaling_configuration_version should not validate max_size constraint
### Terraform Core Version 1.9.7 ### AWS Provider Version 5.68.0 ### Affected Resource(s) * aws_apprunner_auto_scaling_configuration_version ### Expected Behavior The attribute max_size does...
ewbankkit closed a pull request on hashicorp/terraform-provider-aws
Remove unnecessary upper limit on AppRunner Autoscaling Config max size.
<!--- See what makes a good Pull Request at: https://hashicorp.github.io/terraform-provider-aws/raising-a-pull-request/ ---> ### Description <!--- Please provide a helpful description of what ...
ewbankkit created a comment on a pull request on hashicorp/terraform-provider-aws
@ohookins Thanks for the contribution :tada: :clap:.

View on GitHub

github-actions[bot] pushed 1 commit to gh-pages hashicorp/terraform-provider-aws
  • Deployed 48560211 with MkDocs version: 1.4.2 67e8524

View on GitHub

jar-b deleted a branch hashicorp/terraform-provider-aws

dependabot/go_modules/aws-sdk-go-v2-7c3ff802cf

jar-b pushed 1 commit to main hashicorp/terraform-provider-aws
  • build(deps): bump the aws-sdk-go-v2 group across 1 directory with 4 updates (#39847) * build(deps): bump the aws-sdk... 4856021

View on GitHub

jar-b closed a pull request on hashicorp/terraform-provider-aws
build(deps): bump the aws-sdk-go-v2 group across 1 directory with 4 updates
Bumps the aws-sdk-go-v2 group with 4 updates in the / directory: [github.com/aws/aws-sdk-go-v2/service/controltower](https://github.com/aws/aws-sdk-go-v2), [github.com/aws/aws-sdk-go-v2/service/ima...
jar-b created a review on a pull request on hashicorp/terraform-provider-aws
LGTM 🎉 ```console % make testacc PKG=route53profiles TESTS=TestAccRoute53ProfilesAssociation_ make: Verifying source code with gofmt... ==> Checking that code complies with gofmt requirement...

View on GitHub

github-actions[bot] created a comment on an issue on hashicorp/terraform-provider-aws
# Community Note **Voting for Prioritization** * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the ...

View on GitHub

nuginy opened an issue on hashicorp/terraform-provider-aws
[Bug]: Depends_on BCM Data Export Service-linked role not working properly for aws_bcmdataexports_export resource
### Terraform Core Version 1.9.3 ### AWS Provider Version 5.72.1 ### Affected Resource(s) aws_bcmdataexports_export aws_iam_service_linked_role ### Expected Behavior The aws_bcmdataexports_...
github-actions[bot] pushed 1 commit to gh-pages hashicorp/terraform-provider-aws
  • Deployed 19811ff1 with MkDocs version: 1.4.2 310066e

View on GitHub

terraform-aws-provider[bot] pushed 1 commit to main hashicorp/terraform-provider-aws
  • Update CHANGELOG.md for #39842 19811ff

View on GitHub

github-actions[bot] pushed 1 commit to gh-pages hashicorp/terraform-provider-aws
  • Deployed 7d0ae438 with MkDocs version: 1.4.2 2fc60af

View on GitHub

jar-b pushed 5 commits to main hashicorp/terraform-provider-aws
  • internal/verify: handle policy parsing errors of state content Plugin SDK V2 based resources can set malformed polic... 07e25fb
  • r/aws_iam_policy(test): add malformed condition case This test verifies that when a malformed `Condition` key is pro... 7be7aaf
  • internal/verify: prefer `errs.Contains` c9c1f98
  • internal/verify(test): add malformed old content test case Before: ```console % go test -count=1 ./internal/verify/... bfc1b40
  • Merge pull request #39842 from hashicorp/b-iam_policy-corrupted-state internal/verify: handle policy parsing errors ... 7d0ae43

View on GitHub

jar-b created a review on a pull request on hashicorp/terraform-provider-aws
In this case the `id` attribute is explicitly set to the alias ARN: https://github.com/hashicorp/terraform-provider-aws/blob/7d0ae4383729508853d09524581a84fd0524b0a4/internal/service/kms/alias_d...

View on GitHub

github-actions[bot] created a comment on an issue on hashicorp/terraform-provider-aws
> [!WARNING] > This issue has been closed, meaning that any additional comments are hard for our team to see. Please assume that the maintainers will not see them. > > Ongoing conversations amongst...

View on GitHub

github-actions[bot] created a comment on an issue on hashicorp/terraform-provider-aws
> [!WARNING] > This issue has been closed, meaning that any additional comments are hard for our team to see. Please assume that the maintainers will not see them. > > Ongoing conversations amongst...

View on GitHub

github-actions[bot] created a comment on an issue on hashicorp/terraform-provider-aws
> [!WARNING] > This issue has been closed, meaning that any additional comments are hard for our team to see. Please assume that the maintainers will not see them. > > Ongoing conversations amongst...

View on GitHub

github-actions[bot] created a comment on an issue on hashicorp/terraform-provider-aws
> [!WARNING] > This issue has been closed, meaning that any additional comments are hard for our team to see. Please assume that the maintainers will not see them. > > Ongoing conversations amongst...

View on GitHub

jar-b closed an issue on hashicorp/terraform-provider-aws
[Bug]: aws_secretsmanager_secret saves bad resource policy into state
### Terraform Core Version 1.3.4 ### AWS Provider Version 4.48.0 ### Affected Resource(s) aws_secretsmanager_secret ### Expected Behavior When the apply fails with `MalformedPo...
jar-b closed an issue on hashicorp/terraform-provider-aws
[Bug]: Terraform saves invalid boundary policy in its state
### Terraform Core Version 0.37.0 ### AWS Provider Version 4.48 ### Affected Resource(s) arn:aws:iam:::policy/platform/pipeline_boundary ### Expected Behavior The permissions b...
jar-b deleted a branch hashicorp/terraform-provider-aws

b-iam_policy-corrupted-state

jar-b closed an issue on hashicorp/terraform-provider-aws
[Bug]: Creating a duplicate ECR repository policy causes irrecoverable validation error
### Terraform Core Version 1.3.3, 1.7.5 ### AWS Provider Version 5.66.0 ### Affected Resource(s) * `aws_ecr_repository_policy` ### Expected Behavior If you create two `aws_ecr_...
jar-b closed an issue on hashicorp/terraform-provider-aws
[Bug]: `r/aws_iam_policy`: Malformed `Condition` prevents subsequent modifications
### Terraform Core Version 1.9.5 ### AWS Provider Version 5.72.1 ### Affected Resource(s) - `aws_iam_policy` ### Expected Behavior When malformed policy content is configured, ...
jar-b closed a pull request on hashicorp/terraform-provider-aws
internal/verify: handle policy parsing errors of state content
<!--- See what makes a good Pull Request at: https://hashicorp.github.io/terraform-provider-aws/raising-a-pull-request/ ---> ### Description <!--- Please provide a helpful description of what ...
jar-b created a review on a pull request on hashicorp/terraform-provider-aws
LGTM :tada:

View on GitHub

jar-b pushed 1 commit to dependabot/go_modules/aws-sdk-go-v2-7c3ff802cf hashicorp/terraform-provider-aws

View on GitHub

github-actions[bot] pushed 1 commit to gh-pages hashicorp/terraform-provider-aws
  • Deployed 0aacd10c with MkDocs version: 1.4.2 8496801

View on GitHub

Load more