Ecosyste.ms: Timeline

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

hashicorp/terraform-provider-aws

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

View on GitHub

atheiman opened a pull request on hashicorp/terraform-provider-aws
Update OU and Org regex to handle ARN or ID
[https://github.com/hashicorp/terraform-provider-aws/issues/39861
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

ewbankkit created a review on a pull request on hashicorp/terraform-provider-aws
LGTM :rocket:. ```console % make testacc TESTARGS='-run=TestAccDynamoDBKinesisStreamingDestination_' PKG=dynamodb ACCTEST_PARALLELISM=2 make: Verifying source code with gofmt... ==> Checking ...

View on GitHub

ewbankkit created a review on a pull request on hashicorp/terraform-provider-aws
LGTM :rocket:.

View on GitHub

jar-b pushed 52 commits to f-ssmquicksetup_configuration_manager hashicorp/terraform-provider-aws
  • [WIP] Add attribute support for listeners 0b605cb
  • [WIP] Add tests for NLB, testing DiffSuppressFunc 1676d3b
  • Fix update function, add docs 9971d2d
  • Add changelog 04878ce
  • Add DiffSuppressFunc bb52504
  • Merge branch 'main' into f-aws_lb_listener-tcp_idle_timeout_nlb_gwlb 5e3bf8f
  • r/aws_s3_object(_copy): Always set 'kms_key_id'. 38153a8
  • Fix 'TestAccS3Object_basic' and 'TestAccS3Object_directoryBucket'. 0593401
  • Revert "Fix 'TestAccS3Object_basic' and 'TestAccS3Object_directoryBucket'." This reverts commit 0593401bd14fefaaec61... 93332d5
  • r/aws_s3_object: Don't set 'kms_key_id' if it's empty. 4d13dff
  • r/aws_s3_object: DiffSuppressFunc for 'kms_key_id' is not necessary. 2005c93
  • r/aws_s3_bucket_object: Always set 'kms_key_id' (unless it's empty). f561904
  • Add CHANGELOG entries. d18a41d
  • Remove unused constant. 555056e
  • Add 'TestAccS3Object_defaultKMS', TestAccS3Object_defaultKMSUpgrade' and 'TestAccS3Object_basicUpgrade'. 387bff6
  • Correct CHANGELOG entry file name. 494862e
  • Fix semgrep 'ci.helper-schema-ResourceData-Set-extraneous-nil-check'. 6813e75
  • Fix semgrep findings 433d8e7
  • r/route53profiles_association: Validate name field against regex Signed-off-by: Jack Andersen <[email protected]> 4e5d18a
  • Merge branch 'main' into HEAD ddb7c45
  • and 32 more ...

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

atheiman opened an issue on hashicorp/terraform-provider-aws
[Bug]: aws_servicecatalog_portfolio_share does not support sharing to GovCloud organization
### Terraform Core Version latest ### AWS Provider Version v5.72.1 ### Affected Resource(s) aws_servicecatalog_portfolio_share ### Expected Behavior ```hcl # MUST BE RUN FROM AN ORGANIZATIO...
sshankman created a comment on a pull request on hashicorp/terraform-provider-aws
I believe this broke the functionality to be able to make an ipv6 ipam pool when the source is set to "amazon". In 5.70, I am able to do so, but I can no longer do so in 5.72. It looks like the pub...

View on GitHub

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

View on GitHub

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

View on GitHub

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

View on GitHub

github-actions[bot] created a comment on an issue on hashicorp/terraform-provider-aws
Marking this issue as stale due to inactivity. This helps our maintainers find and focus on the active issues. If this issue receives no comments in the next 30 days it will automatically be closed...

View on GitHub

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

td-boolequals

jar-b closed an issue on hashicorp/terraform-provider-aws
[TechDebt]: Replace internal `BoolEquals` validator with `boolvalidator.Equals`
### Description #39180 introduced a custom validator, `BoolEquals`. The `terraform-plugin-framework-validators` repository has now added an equivalent `Equals` validator in the `boolvalidator` pac...
jar-b pushed 2 commits to main hashicorp/terraform-provider-aws
  • Changed boolEquals to boolvalidator.Equals package and removed custom validator 1b5d8e7
  • Merge pull request #39860 from hashicorp/td-boolequals Changed boolEquals to boolvalidator.Equals package and remove... bcc1577

View on GitHub

jar-b closed a pull request on hashicorp/terraform-provider-aws
Changed boolEquals to boolvalidator.Equals package and removed custom validator
### Description <!--- ---> Closes #39817 Replaced custom validator with BoolEquals from https://github.com/hashicorp/terraform-provider-aws/pull/39180 . - [x] Removed custom validato...
jar-b created a comment on a pull request on hashicorp/terraform-provider-aws
Thanks for your contribution, @rainkwan! πŸ‘

View on GitHub

github-actions[bot] created a comment on a pull request on hashicorp/terraform-provider-aws
Hey @rainkwan :wave: Thank you very much for your contribution! At times, our maintainers need to make direct edits to pull requests in order to help get it ready to be merged. Your current setting...

View on GitHub

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

View on GitHub

rainkwan opened a pull request on hashicorp/terraform-provider-aws
Changed boolEquals to boolvalidator.Equals package and rm custom validator
… validator <!--- See what makes a good Pull Request at: https://hashicorp.github.io/terraform-provider-aws/raising-a-pull-request/ ---> ### Description <!--- Please provide a helpful descr...
ghicks-novaprime created a comment on an issue on hashicorp/terraform-provider-aws
Just discovered there's an existing pull request for this: #31688

View on GitHub

ghicks-novaprime created a comment on a pull request on hashicorp/terraform-provider-aws
I just created an issue #39859 requesting this data source and explaining my use case. I'd love to see this merged so I'm not relying on installing JQ and AWSCLI.

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

github-actions[bot] created a review on a pull request on hashicorp/terraform-provider-aws
Welcome @RoseSecurity :wave: It looks like this is your first Pull Request submission to the [Terraform AWS Provider](https://github.com/hashicorp/terraform-provider-aws)! If you haven’t already d...

View on GitHub

bronius created a comment on an issue on hashicorp/terraform-provider-aws
I've moved this from https://github.com/hashicorp/terraform/issues/35891, bc I had accidentally put into the wrong hashicorp github repo. @jbardin there was kind enough to point out my flub and red...

View on GitHub

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

View on GitHub

RoseSecurity opened a pull request on hashicorp/terraform-provider-aws
fix: adjust `enable_machine_learning` default configuration
### Description - The Bot Control managed rule group offers two inspection levels: `COMMON` and `TARGETED`. While there's no default inspection level, enabling `enable_machine_learning = true` f...
Load more