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 created a review on a pull request on hashicorp/terraform-provider-aws
LGTM :rocket:.

View on GitHub

ewbankkit deleted a branch hashicorp/terraform-provider-aws

dependabot/go_modules/aws-sdk-go-v2-34b728b45f

ewbankkit pushed 2 commits to main hashicorp/terraform-provider-aws
  • build(deps): bump the aws-sdk-go-v2 group across 1 directory with 7 updates Bumps the aws-sdk-go-v2 group with 7 upd... cc046a1
  • Merge pull request #39789 from hashicorp/dependabot/go_modules/aws-sdk-go-v2-34b728b45f build(deps): bump the aws-sd... 2ef753a

View on GitHub

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

View on GitHub

ewbankkit created a comment on an issue on hashicorp/terraform-provider-aws
Relates https://github.com/hashicorp/terraform-provider-aws/issues/38302.

View on GitHub

taras-mrtn starred hashicorp/terraform-provider-aws
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

t0yv0 opened an issue on hashicorp/terraform-provider-aws
[Bug]: New revisions of aws_batch_job_definition forgets tags
### Terraform Core Version 1.8.3 ### AWS Provider Version 5.72.1 ### Affected Resource(s) * aws_batch_job_definition ### Expected Behavior When making changes to an aws_batch_job_definition ...
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

stevenpitts opened an issue on hashicorp/terraform-provider-aws
[Docs]: aws_ami_copy references undocumented "description"
### Documentation Link https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ami_copy ### Description The example in this documentation has: ```text description =...
fredouric starred hashicorp/terraform-provider-aws
jandersen-plaid opened an issue on hashicorp/terraform-provider-aws
[Bug]: route53profiles_association does not validate `name`
### Terraform Core Version 1.7.5 ### AWS Provider Version 5.72.1 ### Affected Resource(s) * aws_route53profiles_association ### Expected Behavior The `name` attribute should validate against...
woranhun created a comment on an issue on hashicorp/terraform-provider-aws
@alexbacchin I think you might be right with your concern. However, if ```output, err := conn.CreateSubnet(ctx, input)``` returns an error and also a subnetId, then I think the subnetId should be ...

View on GitHub

sylr created a comment on an issue on hashicorp/terraform-provider-aws
> Not sure what you mean by the Terraform Cloud bill Terraform Cloud bills you per number of resources managed. Moving relations from attributes to dedicated resources increases your bill.

View on GitHub

ra100 created a comment on an issue on hashicorp/terraform-provider-aws
I am getting similar error, OS: MacOS terraform: 1.9.7 aws provider: 5.72.1 ``` aws_cognito_user_pool.main: Modifying... [id=us-east-XXXXXX] ╷ │ Error: Plugin did not respond │ │ wit...

View on GitHub

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

View on GitHub

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

View on GitHub

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

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

johnsonaj deleted a branch hashicorp/terraform-provider-aws

b-dynamodb_table_odt

johnsonaj pushed 3 commits to main hashicorp/terraform-provider-aws
  • aws_dynamodb_table: ignore go default value when expanding 626c846
  • add CHANGELOG entry de99abb
  • Merge pull request #39784 from hashicorp/b-dynamodb_table_odt r/aws_dynamodb_table: ignore go default value when exp... 3fc7ac2

View on GitHub

johnsonaj closed an issue on hashicorp/terraform-provider-aws
[Bug]: DynamoDB table `on_demand_throughput` errors when only one of `max_write_request_units` or `max_read_request_units` is specified
### Terraform Core Version 1.5.7 ### AWS Provider Version 5.72.1 ### Affected Resource(s) `aws_dynamodb_table.on_demand_throughput` ### Expected Behavior Be able to specify either `max_read_...
johnsonaj closed a pull request on hashicorp/terraform-provider-aws
r/aws_dynamodb_table: ignore go default value when expanding `on_demand_throughput`
<!--- 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 ...
matthewbarreiro created a comment on an issue on hashicorp/terraform-provider-aws
I realize this may be unclear from my original issue - there are workarounds to achieve my desired behavior, such as my `working_example` or using a for statement. But the error I received from...

View on GitHub

ziaulrehman40 created a comment on an issue on hashicorp/terraform-provider-aws
Does anyone cares to close issues in this repo? If terraform providers have such long due issues, people should start considering other tools maybe. Everything has issues, it's just how affectful ...

View on GitHub

sarangak created a comment on an issue on hashicorp/terraform-provider-aws
> @sarangak Okay I see, it looks like this user setting is not included in the documentation, but still works if you include it in code. Thanks, this helped. @bisspector I agree. Created https:...

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

sarangak opened an issue on hashicorp/terraform-provider-aws
[Enhancement]: aws_appstream_stack user_settings has been updated
### Description `aws_appstream_stack` has added a new setting: ``` resource "aws_appstream_stack" "stack" { ... user_settings { action = "AUTO_TIME_ZONE_REDIRECTION" permis...
mimozell created a comment on an issue on hashicorp/terraform-provider-aws
Seems like it is related to: https://github.com/hashicorp/terraform-provider-aws/pull/39718, https://github.com/hashicorp/terraform-provider-aws/issues/39376

View on GitHub

Load more