Ecosyste.ms: Timeline

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

hashicorp/terraform-provider-aws

DrFaust92 opened a draft pull request on hashicorp/terraform-provider-aws
r/glue_connection - add support for `salesforce` connection type
<!--- 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...
stefanfreitag created a comment on an issue on hashicorp/terraform-provider-aws
Hello @clarkhathawayaltview! Thank you for reporting this issue related to the imagebuilder workflow resource. I had a brief look into the relevant provider code section and it seems to be the ...

View on GitHub

DrFaust92 created a comment on an issue on hashicorp/terraform-provider-aws
will take a look

View on GitHub

flyingbeefhead created a comment on an issue on hashicorp/terraform-provider-aws
I have looked at the GO code and I believe the issue is the failure of Line 723 in https://github.com/hashicorp/terraform-provider-aws/blob/main/internal/service/kms/key.go. the awspolicy.PolicyAre...

View on GitHub

flyingbeefhead created a comment on an issue on hashicorp/terraform-provider-aws
Here are the plan and apply logs that have been stripped down to just related to the affected key and I have obfuscated any SBU information. the substitutions have been consistent between the two f...

View on GitHub

irodriguez-nebustream created a comment on an issue on hashicorp/terraform-provider-aws
Running into the same issue on our end. It will in fact create the A record, but terraform doesn't seem to recognize that and gives the error saying : `β•· β”‚ Error: reading AWS Lightsail DomainEn...

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

DrFaust92 opened 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...
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

DrFaust92 opened a draft pull request on hashicorp/terraform-provider-aws
r/sagemaker_hub - new resource
<!--- 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...
github-actions[bot] created a review on a pull request on hashicorp/terraform-provider-aws
Welcome @yashrajdighe :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 d...

View on GitHub

yashrajdighe closed a pull request on hashicorp/terraform-provider-aws
modify s3 bucket resource to support region
<!--- See what makes a good Pull Request at: https://hashicorp.github.io/terraform-provider-aws/raising-a-pull-request/ ---> ### Description Modify the s3 bucket resource to support regions. ...
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

yashrajdighe opened a pull request on hashicorp/terraform-provider-aws
modify s3 bucket resource to support region
<!--- See what makes a good Pull Request at: https://hashicorp.github.io/terraform-provider-aws/raising-a-pull-request/ ---> ### Description Modify the s3 bucket resource to support regions. ...
eggressive created a comment on an issue on hashicorp/terraform-provider-aws
As it stands, AWS does not yet provide API for managing workspaces in EMR Studio: https://docs.aws.amazon.com/emr/latest/APIReference/API_Operations.html Unless the option is available in the AP...

View on GitHub

DrFaust92 created a comment on an issue on hashicorp/terraform-provider-aws
I think you need to use `verification_message_template` -> `default_email_option`

View on GitHub

github-actions[bot] created a comment on a pull request on hashicorp/terraform-provider-aws
I'm going to lock this pull request 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 related to thi...

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

DrFaust92 opened a draft pull request on hashicorp/terraform-provider-aws
r/sagemaker_feature_group - add support for `feature_definition.collection_config`, `feature_definition.collection_type`, and `throughput_config`
<!--- 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 ...
gdavison pushed 2 commits to td-resiliencehub-tags hashicorp/terraform-provider-aws

View on GitHub

flyingbeefhead created a comment on an issue on hashicorp/terraform-provider-aws
I can provide some debugging, but i would have to strip out any SBU/CUI information. Please let me know what options to add to the terraform plan and/or apply commands to gather the logs you need/...

View on GitHub

DrFaust92 created a comment on an issue on hashicorp/terraform-provider-aws
will take a look

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

DrFaust92 created a comment on an issue on hashicorp/terraform-provider-aws
This doesnt correspond to a specific resource in Sagemaker API: https://docs.aws.amazon.com/sagemaker/latest/dg/model-registry-model-group.html specifies model_package_group resource that is alrea...

View on GitHub

DrFaust92 closed an issue on hashicorp/terraform-provider-aws
[New Resource]: aws sagemaker model registry
### Description At the moment, in the `aws` provider, there is a resource `aws_sagemaker_model` but there is no resource available for creating model registry in sagemaker. Reference: https://do...
justinretzolk created a comment on an issue on hashicorp/terraform-provider-aws
Hey @flyingbeefhead πŸ‘‹ Thank you for taking the time to raise this! Without a sample configuration that can be used to reproduce this or any sort of logging, it would be quite difficult for us to lo...

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
Tagging tests for `resiliencehub`
### Description Adds tagging tests for `resiliencehub` ### Relations <!--- If your pull request fully resolves and should automatically close the linked issue, use Closes. Otherwise, use Re...
Load more