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

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

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

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

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

Load more