Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

hashicorp/terraform-provider-aws

justinretzolk created a comment on an issue on hashicorp/terraform-provider-aws
Hey @laserpedro 👋 Thank you for taking the time to raise this! It looks like this has come up before in #16452, where a couple of workarounds were offered. Can you review that report (and/or the PR...

View on GitHub

lapkritinis created a comment on an issue on hashicorp/terraform-provider-aws
Constructive discussion. What is the intent of this new resource? To detach policies which should not be attached to? In that case fine, but it should not replace manage_policies_arns in my opinion...

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

justinretzolk created a comment on an issue on hashicorp/terraform-provider-aws
My findings were the same as @eugercek mentioned above. Looking at the API reference for [`StartQueryExecution`](https://docs.aws.amazon.com/athena/latest/APIReference/API_StartQueryExecution.html)...

View on GitHub

justinretzolk closed an issue on hashicorp/terraform-provider-aws
[Bug]: creating aws_athena_database resource requires seemingly unnecessary permissions
### Terraform Core Version 1.9.7 ### AWS Provider Version 5.71.0 ### Affected Resource(s) aws_athena_database ### Expected Behavior I'd like to be able to create this resource,...
gdavison created a review comment on a pull request on hashicorp/terraform-provider-aws
Because the create, read, and update operations all have a `Tags` field, the `identifierAttribute` can be removed from the `// @Tags` annotation. This will remove an unnecessary tag update befor...

View on GitHub

gdavison created a review comment on a pull request on hashicorp/terraform-provider-aws
The two config functions could be combined into a single function that takes a second parameter. I would clarify the intent and make the change more obvious.

View on GitHub

gdavison created a review on a pull request on hashicorp/terraform-provider-aws
A couple comments, otherwise looks good --- PASS: TestAccBatchJobDefinition_createTypeContainerWithNodeProperties (20.63s) --- PASS: TestAccBatchJobDefinition_createTypeMultiNodeWithContainerPr...

View on GitHub

gdavison created a review on a pull request on hashicorp/terraform-provider-aws
A couple comments, otherwise looks good --- PASS: TestAccBatchJobDefinition_createTypeContainerWithNodeProperties (20.63s) --- PASS: TestAccBatchJobDefinition_createTypeMultiNodeWithContainerPr...

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

cycleandsoak created a comment on an issue on hashicorp/terraform-provider-aws
Thanks for the quick response, @ewbankkit. It looks like AWS is returning a 400 when they should(?) be returning a 403. We don't have `lambda:TagResource` permission currently (it's denied by an or...

View on GitHub

cycleandsoak closed an issue on hashicorp/terraform-provider-aws
[Bug]: aws_lambda_event_source_mapping fails with default tags in v5.70 in us-east-1 with dynamodb stream event source
### Terraform Core Version 1.9.3 ### AWS Provider Version 5.70.0 ### Affected Resource(s) * aws_lambda_event_source_mapping ### Expected Behavior The resource should create and...
ewbankkit pushed 1 commit to b-aws_batch_job_definition-new-revision-with-tags hashicorp/terraform-provider-aws
  • Update job_definition_test.go e5b27c3

View on GitHub

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

View on GitHub

ewbankkit pushed 3 commits to main hashicorp/terraform-provider-aws

View on GitHub

ewbankkit closed a pull request on hashicorp/terraform-provider-aws
r/sagemaker_app_image and image_version - log errors better
<!--- 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...
ewbankkit created a comment on a pull request on hashicorp/terraform-provider-aws
@DrFaust92 Thanks for the contribution :tada: :clap:.

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 a pull request on hashicorp/terraform-provider-aws
@DrFaust92 Thanks for the contribution :tada: :clap:.

View on GitHub

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

View on GitHub

justinretzolk created a comment on a pull request on hashicorp/terraform-provider-aws
Hey @YukiMichishita 👋 Thank you for taking the time to raise this! I may be missing something here, but this seems like a case where using [`replace_triggered_by`](https://developer.hashicorp.com/t...

View on GitHub

justinretzolk created a comment on an issue on hashicorp/terraform-provider-aws
Linking to a relevant thread in the Terraform Core repo. Seems like this might be possible to implement as of very recently: https://github.com/hashicorp/terraform/issues/27310

View on GitHub

ewbankkit created a comment on an issue on hashicorp/terraform-provider-aws
@cycleandsoak Thanks for raising this issue. I am unable to reproduce it with the sample you provided: ``` aws_iam_role.lambda: Creating... aws_dynamodb_table.main: Creating... aws_iam_role....

View on GitHub

jar-b created a comment on an issue on hashicorp/terraform-provider-aws
Thanks @lusitania 👍 - opened #39822 and added it to the parent issue above.

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

jar-b opened an issue on hashicorp/terraform-provider-aws
[New Resource]: `aws_ssoadmin_managed_policy_attachments_exclusive`
### Description Manage IAM managed policies assigned to an SSO Admin permission set. Related resource: [aws_ssoadmin_permission_set](https://registry.terraform.io/providers/hashicorp/aws/latest...
justinretzolk created a comment on an issue on hashicorp/terraform-provider-aws
Hey @adk-swisstopo 👋 Thank you for taking the time to raise this! In this case, the `origin` block [is a set of items](https://github.com/hashicorp/terraform-provider-aws/blob/c61a3812fdcbb950b85a5...

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

justinretzolk created a comment on an issue on hashicorp/terraform-provider-aws
Thanks for follow up here, @LoScriptler! Since this seems to be configuration related, and not something that the AWS Provider team will need to make changes for, I'm going to close this issue. If ...

View on GitHub

justinretzolk closed an issue on hashicorp/terraform-provider-aws
[Bug]: aws_neptune_cluster_endpoint (api error InvalidParameterValue: Endpoint type not supported by the cluster)
### Terraform Core Version 1.9.5 ### AWS Provider Version 5.72.1 ### Affected Resource(s) aws_neptune_cluster_endpoint ### Expected Behavior Creation of the custom end point writer for neptu...
Load more