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 an issue on hashicorp/terraform-provider-aws
I'm going to lock this issue because it has been closed for _30 days_ ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, plea...

View on GitHub

github-actions[bot] created a comment on an issue on hashicorp/terraform-provider-aws
I'm going to lock this issue because it has been closed for _30 days_ ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, plea...

View on GitHub

nitrocode created a comment on an issue on hashicorp/terraform-provider-aws
This might also help since the List Buckets api now has native name filtering! https://aws.amazon.com/about-aws/whats-new/2024/10/amazon-s3-new-region-bucket-name-filtering-listbuckets-api/

View on GitHub

amarjandu created a comment on an issue on hashicorp/terraform-provider-aws
Also effecting us.... I don't wanna use the workaround :( ``` Terraform v1.9.5 hashicorp/aws v5.67.0 ```

View on GitHub

andrewmwilson created a comment on a pull request on hashicorp/terraform-provider-aws
Thanks so much for fixing this @ewbankkit!

View on GitHub

github-actions[bot] created a review on a pull request on hashicorp/terraform-provider-aws
Welcome @reubenjds :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 done...

View on GitHub

reubenjds starred 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

reubenjds opened a pull request on hashicorp/terraform-provider-aws
fix: documentation typos
### Description - fixed typos in docs/index.md - fixed double . typo in ROADMAP.md
EugenKon created a comment on an issue on hashicorp/terraform-provider-aws
Yes, link to the doc and an example should work.

View on GitHub

i5o created a comment on an issue on hashicorp/terraform-provider-aws
Well, to add to my case, I figured out that the provider returns the following: Topics sorted, but in reverse order. So doing this solved my issue: ```hcl sns_topic_arns = reverse(sor...

View on GitHub

mergenci created a comment on an issue on hashicorp/terraform-provider-aws
In case of my issue https://github.com/hashicorp/terraform-provider-aws/issues/38251 and PR https://github.com/hashicorp/terraform-provider-aws/issues/38252, I specifically aimed to set resource ID...

View on GitHub

YakDriver pushed 1 commit to f-lakeformation-lake-settings-parameters hashicorp/terraform-provider-aws

View on GitHub

clarkhathawayaltview created a comment on an issue on hashicorp/terraform-provider-aws
I doubt that it being a child module is material here. You can probably run this as a root module. Those components can also be replaced with AWS managed components or removed entirely. The variabl...

View on GitHub

i5o created a comment on an issue on hashicorp/terraform-provider-aws
I'm facing a similar issue but with MS Teams. ```hcl resource "aws_chatbot_teams_channel_configuration" "shared_devops_chatbot" { count = local.teams_channels[var.env_name] != null ? 1 : 0 ...

View on GitHub

YakDriver pushed 1 commit to f-lakeformation-lake-settings-parameters hashicorp/terraform-provider-aws

View on GitHub

sonny42 starred hashicorp/terraform-provider-aws
YakDriver pushed 7 commits to f-lakeformation-lake-settings-parameters hashicorp/terraform-provider-aws
  • Add changelog 346ff87
  • Add parameters map attribute af275d8
  • Test the new parameters argument 22e6197
  • Add new test to serialized tests 459f781
  • Document new parameters attribute 1c859c3
  • Document new parameters argument 1de6c1b
  • Fix constants 0d18eae

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

YakDriver opened a pull request on hashicorp/terraform-provider-aws
lf/settings: Add parameters map argument
<!--- 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 chang...
YakDriver created a branch on hashicorp/terraform-provider-aws

f-lakeformation-lake-settings-parameters - The AWS Provider enables Terraform to manage AWS resources.

justinretzolk created a comment on an issue on hashicorp/terraform-provider-aws
@clarkhathawayaltview the provided sample configuration can't be planned/applied as is (particularly given that your reproduction notes indicated you're using the configuration within a child modul...

View on GitHub

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

View on GitHub

gdavison deleted a branch hashicorp/terraform-provider-aws

td-resiliencehub-tags

gdavison pushed 6 commits to main hashicorp/terraform-provider-aws
  • Adds `ImportStateIdFunc` that reads specified attribute ed56403
  • Adds test generator parameter `importStateIdAttribute` ab2fffa
  • Generates tagging tests for `resiliencehub` 2c00e58
  • Removes unused functions 95a64cc
  • Fixes spacing 80c5d90
  • Merge pull request #39804 from hashicorp/td-resiliencehub-tags Tagging tests for `resiliencehub` 7c4c42d

View on GitHub

gdavison closed a pull request on hashicorp/terraform-provider-aws
Tagging tests for `resiliencehub`
### Description Adds tagging tests for `resiliencehub` ### Relations <!--- If your pull request fully resolves and should automatically close the linked issue, use Closes. Otherwise, use Re...
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

justinretzolk created a comment on an issue on hashicorp/terraform-provider-aws
Duplicate of #38755

View on GitHub

justinretzolk closed an issue on hashicorp/terraform-provider-aws
[Bug]: aws_lambda_function env vars update not detected when dependent on new resources' output
### Terraform Core Version 1.9.7 ### AWS Provider Version 5.69.0 ### Affected Resource(s) * aws_lambda_function ### Expected Behavior Adding env vars depending on the output of...
justinretzolk created a comment on an issue on hashicorp/terraform-provider-aws
Hey @sehyod πŸ‘‹ Thank you for taking the time to raise this! It looks like this was already noticed in #38755. We like to try to keep conversations consolidated where possible, so I'm going to close ...

View on GitHub

Load more