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 closed an issue on hashicorp/terraform-provider-aws
[AWS SDK for Go Migration] Meta Data Sources Service
### Description To align with the dates described on #32976 the Meta Data Sources Service requires migration to rely fully on [AWS SDK for Go v2](https://github.com/aws/aws-sdk-go-v2). This change ...
AJD-UK created a comment on an issue on hashicorp/terraform-provider-aws
Seems like a smoking gun to me @michaeldop but not being a Go developer I'm not sure I understand the context.

View on GitHub

alexbacchin created a comment on an issue on hashicorp/terraform-provider-aws
@woranhun this provider only is not _transactional safe_. It will only update the state when the creation is completed successfully. Take the `aws_subnet` as example, the subnet `id` only is return...

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

ewbankkit opened a pull request on hashicorp/terraform-provider-aws
Fix GovCloud `imagebuilder` sweepers
<!--- 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 branch on hashicorp/terraform-provider-aws

s-gov-cloud - The AWS Provider enables Terraform to manage AWS resources.

ewbankkit created a review on a pull request on hashicorp/terraform-provider-aws
LGTM :rocket:. ```console % make testacc TESTARGS='-run=TestAccBudgetsBudgetDataSource_' PKG=budgets make: Verifying source code with gofmt... ==> Checking that code complies with gofmt requi...

View on GitHub

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

View on GitHub

ewbankkit pushed 142 commits to td-filtergen 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 122 more ...

View on GitHub

bisspector created a comment on an issue on hashicorp/terraform-provider-aws
> Actually this seems to have been fixed by updating to a newer version of the AWS provider. Which version have you updated to? For me updating to the latest 5.72.1 did not fix the issue.

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

hrsh1209 opened an issue on hashicorp/terraform-provider-aws
[Bug]: Lex Bot Version History Lost When Creating New Version
### Terraform Core Version 1.9.5 ### AWS Provider Version 5.71.0 ### Affected Resource(s) resource - aws_lexv2models_bot_version ### Expected Behavior When updating the Lex bot, the system s...
dfroberg created a comment on an issue on hashicorp/terraform-provider-aws
Some more information for @mattburgess The conclusion seems to be; do not send serviceAccountRoleArn at all, not even null if it is to be unset. Here is from AWS support: Firstly, I would...

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

lhegarty closed an issue on hashicorp/terraform-provider-aws
[Bug]: aws_elasticache_serverless_cache - Error: Provider produced inconsistent result after apply
### Terraform Core Version 1.6.6 ### AWS Provider Version 5.32.1 ### Affected Resource(s) aws_elasticache_serverless_cache engine: 'redis' ### Expected Behavior Should apply w...
mmadrono created a comment on an issue on hashicorp/terraform-provider-aws
with version 5.72.1 the same thing keeps happening, it gives error, the same problem and errors as the previous versions. ![image](https://github.com/user-attachments/assets/e363b41d-0726-4af1-9...

View on GitHub

isatfg starred hashicorp/terraform-provider-aws
ikonaminiko starred hashicorp/terraform-provider-aws
madnight starred hashicorp/terraform-provider-aws
relu created a comment on a pull request on hashicorp/terraform-provider-aws
I'm not sure why exactly `TestAccElastiCacheGlobalReplicationGroup_multipleSecondaries` is failing, but it doesn't look related to my changes.

View on GitHub

stefanfreitag created a comment on an issue on hashicorp/terraform-provider-aws
Hello @DanielBYosifov, thank you for bringing this to our attention! I had a look into the AWS provider code and it seems that the resource only expects a valid ARN as input. So the crucial par...

View on GitHub

jose-pablo-camacho created a comment on a pull request on hashicorp/terraform-provider-aws
Hi @justinretzolk, is there any estimated time for someone to pickup this PR for review?

View on GitHub

HabeebCycle created a comment on an issue on hashicorp/terraform-provider-aws
Is there any update on this?

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

nitrocode opened an issue on hashicorp/terraform-provider-aws
[Enhancement]: aws_iam_policy data source could expose policy version and update date
### Description I'd like to create custom iam policies and base them off of managed policies. I want to tag those custom policies with the exact version of the policies they are based on. This wou...
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

Load more