Ecosyste.ms: Timeline

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

hashicorp/terraform-provider-aws

atheiman opened an issue on hashicorp/terraform-provider-aws
[Bug]: aws_servicecatalog_portfolio_share does not support sharing to GovCloud organization
### Terraform Core Version latest ### AWS Provider Version v5.72.1 ### Affected Resource(s) aws_servicecatalog_portfolio_share ### Expected Behavior ```hcl # MUST BE RUN FROM AN ORGANIZATIO...
sshankman created a comment on a pull request on hashicorp/terraform-provider-aws
I believe this broke the functionality to be able to make an ipv6 ipam pool when the source is set to "amazon". In 5.70, I am able to do so, but I can no longer do so in 5.72. It looks like the pub...

View on GitHub

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

View on GitHub

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

View on GitHub

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

View on GitHub

github-actions[bot] created a comment on an issue on hashicorp/terraform-provider-aws
Marking this issue as stale due to inactivity. This helps our maintainers find and focus on the active issues. If this issue receives no comments in the next 30 days it will automatically be closed...

View on GitHub

jar-b deleted a branch hashicorp/terraform-provider-aws

td-boolequals

jar-b closed an issue on hashicorp/terraform-provider-aws
[TechDebt]: Replace internal `BoolEquals` validator with `boolvalidator.Equals`
### Description #39180 introduced a custom validator, `BoolEquals`. The `terraform-plugin-framework-validators` repository has now added an equivalent `Equals` validator in the `boolvalidator` pac...
jar-b pushed 2 commits to main hashicorp/terraform-provider-aws
  • Changed boolEquals to boolvalidator.Equals package and removed custom validator 1b5d8e7
  • Merge pull request #39860 from hashicorp/td-boolequals Changed boolEquals to boolvalidator.Equals package and remove... bcc1577

View on GitHub

jar-b closed a pull request on hashicorp/terraform-provider-aws
Changed boolEquals to boolvalidator.Equals package and removed custom validator
### Description <!--- ---> Closes #39817 Replaced custom validator with BoolEquals from https://github.com/hashicorp/terraform-provider-aws/pull/39180 . - [x] Removed custom validato...
jar-b created a comment on a pull request on hashicorp/terraform-provider-aws
Thanks for your contribution, @rainkwan! πŸ‘

View on GitHub

github-actions[bot] created a comment on a pull request on hashicorp/terraform-provider-aws
Hey @rainkwan :wave: Thank you very much for your contribution! At times, our maintainers need to make direct edits to pull requests in order to help get it ready to be merged. Your current setting...

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

rainkwan opened a pull request on hashicorp/terraform-provider-aws
Changed boolEquals to boolvalidator.Equals package and rm custom validator
… validator <!--- See what makes a good Pull Request at: https://hashicorp.github.io/terraform-provider-aws/raising-a-pull-request/ ---> ### Description <!--- Please provide a helpful descr...
ghicks-novaprime created a comment on an issue on hashicorp/terraform-provider-aws
Just discovered there's an existing pull request for this: #31688

View on GitHub

ghicks-novaprime created a comment on a pull request on hashicorp/terraform-provider-aws
I just created an issue #39859 requesting this data source and explaining my use case. I'd love to see this merged so I'm not relying on installing JQ and AWSCLI.

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

github-actions[bot] created a review on a pull request on hashicorp/terraform-provider-aws
Welcome @RoseSecurity :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

bronius created a comment on an issue on hashicorp/terraform-provider-aws
I've moved this from https://github.com/hashicorp/terraform/issues/35891, bc I had accidentally put into the wrong hashicorp github repo. @jbardin there was kind enough to point out my flub and red...

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

RoseSecurity opened a pull request on hashicorp/terraform-provider-aws
fix: adjust `enable_machine_learning` default configuration
### Description - The Bot Control managed rule group offers two inspection levels: `COMMON` and `TARGETED`. While there's no default inspection level, enabling `enable_machine_learning = true` f...
bronius opened an issue on hashicorp/terraform-provider-aws
The "provider: waiting for RPC address" takes a whopping 4 seconds before "Starting ..provider" on my machine only
### Description `terraform plan` and `terraform apply` always take at least 12 seconds before doing any _actual work_. With the DEBUG log, I have isolated it down to the consistent 4 second time d...
github-actions[bot] pushed 1 commit to gh-pages hashicorp/terraform-provider-aws
  • Deployed bc57122f with MkDocs version: 1.4.2 1c851c9

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

jar-b pushed 7 commits to main hashicorp/terraform-provider-aws
  • r/route53profiles_association: Validate name field against regex Signed-off-by: Jack Andersen <[email protected]> 4e5d18a
  • r/aws_route53profiles_association: validate `name` length Ref: https://docs.aws.amazon.com/Route53/latest/APIReferen... b84bdca
  • Merge branch 'main' into jandersen-plaid-route53-profiles-profile de44ed3
  • chore: changelog d4a1fdc
  • r/aws_route53profiles_association(doc): clean up descriptions 57ae43c
  • r/aws_route53profiles_association: clean up timeout configuration 60e4572
  • Merge pull request #39798 from jandersen-plaid/jandersen-plaid-route53-profiles-profile r/route53profiles_associatio... bc57122

View on GitHub

jar-b closed 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...
jar-b closed a pull request on hashicorp/terraform-provider-aws
r/route53profiles_association: Validate name field against regex
<!--- 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 ...
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

Load more