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
# 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

davidsickmiller opened an issue on hashicorp/terraform-provider-aws
[Enhancement]: aws_rds_integration lacks the DataFilter parameter
### Description One of the Zero-ETL integration parameters is DataFilter. It allows databases and tables to included or excluded from the integration. I believe the provider doesn't currently ...
gdavison pushed 169 commits to td-ignore-tags-config-function hashicorp/terraform-provider-aws
  • feat (WIP): add imagebuilder lifecycle policy 5aa37d9
  • chore: fix root schema 0cf9f00
  • chore: fix nested schema attributes d9f4ef0
  • feat: added read/update handlers 7bb7cd2
  • feat: added recreate on name update d3ce450
  • feat: added resource attribute tyoes 854fa6c
  • feat: added get func and basic read handler 182b7ea
  • feat: added flatteners 4177bad
  • feat: added basic test and exports 4655ace
  • chore: begin migrating imagebuilder service to v2 sdk d502ea3
  • chore: begin v2 migration of imagebuilder ac649f7
  • chore: go mod tidy f4cae4f
  • chore: migrating to aws-sdk-v2 go 49c4063
  • chore: migrating to aws-sdk-v2 go 149c1c4
  • feat: migrated resources to v2 efd6672
  • chore: migrate to aws-sdk-go-v2 1499032
  • chore: migrate to aws-sdk-go-v2 124e0ac
  • feat: fixed namevaluesfiltersv2 code generator and tests 8cf2319
  • feat: migrate imagebuilder sweepers to aws-sdk-go-v2 c66f2af
  • Merge branch 'main' into f/image-builder-lifecycle-policy dbc1245
  • and 149 more ...

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

gdavison opened a pull request on hashicorp/terraform-provider-aws
provider: Converts `conns.AWSClient` `IgnoreTagsConfig` to function and adds transparent tagging to several data sources
### Description Converts `conns.AWSClient` `IgnoreTagsConfig ` to function and adds transparent tagging to several data sources. Adds tagging tests as needed
gdavison created a branch on hashicorp/terraform-provider-aws

td-ignore-tags-config-function - The AWS Provider enables Terraform to manage AWS resources.

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

magreenbaum opened 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_...
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

gdavison opened an issue on hashicorp/terraform-provider-aws
resource/aws_security_group_rule: Add attribute `tags`
### Description Security Group Rules support tagging. The data source `aws_vpc_security_group_rule` has an attribute `tags`, but the resource does not. ### Affected Resource(s) and/or Data Source...
github-actions[bot] pushed 1 commit to gh-pages hashicorp/terraform-provider-aws
  • Deployed 06751295 with MkDocs version: 1.4.2 1e9e60a

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

ewbankkit closed an issue on hashicorp/terraform-provider-aws
[AWS SDK for Go Migration] EC2 Image Builder Service
### Description To align with the dates described on #32976 the EC2 Image Builder Service requires migration to rely fully on [AWS SDK for Go v2](https://github.com/aws/aws-sdk-go-v2). This change ...
ewbankkit closed an issue on hashicorp/terraform-provider-aws
[New Resource]: `aws_imagebuilder_lifecycle_policy`
### Description Image Builder recently added a lifecycle manager that would be super handy in preventing the accumulation of AMIs (and EBS Snapshots?) which cost $$. https://aws.amazon.com/ab...
ewbankkit pushed 123 commits to main hashicorp/terraform-provider-aws
  • feat (WIP): add imagebuilder lifecycle policy 5aa37d9
  • chore: fix root schema 0cf9f00
  • chore: fix nested schema attributes d9f4ef0
  • feat: added read/update handlers 7bb7cd2
  • feat: added recreate on name update d3ce450
  • feat: added resource attribute tyoes 854fa6c
  • feat: added get func and basic read handler 182b7ea
  • feat: added flatteners 4177bad
  • feat: added basic test and exports 4655ace
  • chore: begin migrating imagebuilder service to v2 sdk d502ea3
  • chore: begin v2 migration of imagebuilder ac649f7
  • chore: go mod tidy f4cae4f
  • chore: migrating to aws-sdk-v2 go 49c4063
  • chore: migrating to aws-sdk-v2 go 149c1c4
  • feat: migrated resources to v2 efd6672
  • chore: migrate to aws-sdk-go-v2 1499032
  • chore: migrate to aws-sdk-go-v2 124e0ac
  • feat: fixed namevaluesfiltersv2 code generator and tests 8cf2319
  • feat: migrate imagebuilder sweepers to aws-sdk-go-v2 c66f2af
  • Merge branch 'main' into f/image-builder-lifecycle-policy dbc1245
  • and 103 more ...

View on GitHub

ewbankkit closed a pull request on hashicorp/terraform-provider-aws
feat: add `aws_imagebuilder_lifecycle_policy` & Tech debt: migrate `imagebuilder` resources to AWS SDK for Go v2
<!--- 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
@bschaatsbergen @DanielRieske Thanks for the contribution :tada: :clap:.

View on GitHub

tonyhb created a comment on an issue on hashicorp/terraform-provider-aws
> This is a duplicate of a previously submitted issue: #39641 This is for MemoryDB — a different resource when compared to ElastiCache.

View on GitHub

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

View on GitHub

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

View on GitHub

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

View on GitHub

ewbankkit deleted a branch hashicorp/terraform-provider-aws

b-dms-acctest.CheckResourceAttrJSONNoDiff

ewbankkit pushed 8 commits to main hashicorp/terraform-provider-aws
  • Fix 'TestAccDMSReplicationTask_basic'. 83b244a
  • Acceptance test output: % make testacc TESTARGS='-run=TestAccDMSReplicationTask_basic' PKG=dms make: Verifying sourc... 6de5d87
  • Fix 'TestAccDMSReplicationConfig_basic'. 6e3c14e
  • Acceptance test output: % make testacc TESTARGS='-run=TestAccDMSReplicationConfig_basic' PKG=dms make: Verifying sou... c4c26ad
  • Fix 'TestAccDMSReplicationInstance_engineVersion'. 676fc1c
  • Acceptance test output: % make testacc TESTARGS='-run=TestAccDMSReplicationInstance_engineVersion' PKG=dms make: Ver... 851f20a
  • 'dms.t2.micro' -> 'dms.t3.micro'. 6967da3
  • Merge pull request #39756 from hashicorp/b-dms-acctest.CheckResourceAttrJSONNoDiff dms: Fix failing acceptance tests 18254f1

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

ewbankkit pushed 7 commits to main hashicorp/terraform-provider-aws
  • Update record.go allow ttl to be 0 Issue #36411 aws_route53_record fails when ttl is set to 0 54c47ca
  • Create 39728.txt add changelog file 2997c79
  • Tweak CHANGELOG entry. 5ffeb3a
  • Add 'TestAccRoute53Record_ttl0'. fdd012b
  • Fix 'expandResourceRecordSet' for 0 ttl. 11d2aed
  • r/aws_route53_record: Only send TTL with ResourceRecords. 40700b9
  • Merge pull request #39728 from cortico-aws/b-aws_route53_record-ttl Update record.go allow ttl to be 0 b10bffc

View on GitHub

ewbankkit closed an issue on hashicorp/terraform-provider-aws
[Bug]: `aws_route53_record` fails when `ttl` is set to `0`
### Terraform Core Version v1.4.6 ### AWS Provider Version v5.40.0 ### Affected Resource(s) aws_route53_record ### Expected Behavior When ttl = 0 (zero), the resource should be...
ewbankkit closed a pull request on hashicorp/terraform-provider-aws
Update record.go allow ttl to be 0
<!--- 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 wha...
Load more