Ecosyste.ms: Timeline

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

hashicorp/terraform-provider-aws

faefeaffea112 starred hashicorp/terraform-provider-aws
jar-b pushed 1 commit to f-ssmquicksetup_configuration_manager hashicorp/terraform-provider-aws
  • r/aws_ssmquicksetup_configuration_manager: new resource This resource will allow practitioners to manage AWS SSM Qui... 90fc0f3

View on GitHub

Walekkr starred hashicorp/terraform-provider-aws
kendra09091 starred hashicorp/terraform-provider-aws
gclawes created a comment on an issue on hashicorp/terraform-provider-aws
Encountered this today

View on GitHub

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

View on GitHub

ewbankkit pushed 2 commits to main hashicorp/terraform-provider-aws
  • Update the name of the resource to be more accurate. The resource name `subnet` is misleading in this example, becau... b66748f
  • Merge pull request #39781 from thoward/patch-1 Update the name of the resource to be more accurate. 94345b8

View on GitHub

ewbankkit closed a pull request on hashicorp/terraform-provider-aws
Update the name of the resource to be more accurate.
The resource name `subnet` is misleading in this example, because it's returning a security group, not the subnet. It makes more sense to call this `subnet_security_group` to indicate that this is ...
dkpkral starred hashicorp/terraform-provider-aws
paul-civitas created a comment on an issue on hashicorp/terraform-provider-aws
Works without issue for opentofu 1.6.3 which is how I've resolved this for now. I don't know why terraform 1.5.7 has the provider crashing like this.

View on GitHub

ewbankkit pushed 1 commit to f-aws_s3_object-no-find-default-kms-key hashicorp/terraform-provider-aws
  • Fix semgrep 'ci.helper-schema-ResourceData-Set-extraneous-nil-check'. 6813e75

View on GitHub

paul-civitas created a comment on an issue on hashicorp/terraform-provider-aws
This is where it seems to freeze: ``` 2024-10-17T14:25:03.201-0500 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/aws/5.72.1/darwin_amd64/terraform-...

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

paul-civitas opened an issue on hashicorp/terraform-provider-aws
[Bug]: Provider crashes on M1 Macbook
### Terraform Core Version 1.5.7 ### AWS Provider Version 5.72.1 ### Affected Resource(s) aws_secretsmanager_secret_version (???) ### Expected Behavior The plugin loads ### Actual Behavior ...
github-actions[bot] pushed 1 commit to gh-pages hashicorp/terraform-provider-aws
  • Deployed e03b8cfb with MkDocs version: 1.4.2 99e170c

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
[Enhancement]: Add SecurityHub CIS3.0 standard
### Description Hello Team, Can you please add the CIS 3.0.0 standard in Terraform? Looking into the documentation, it is still not available - https://registry.terraform.io/providers/hashicorp...
ewbankkit pushed 2 commits to main hashicorp/terraform-provider-aws
  • docs: add ARN for new CIS benchmark to resource description e1bdb60
  • Merge pull request #39780 from stefanfreitag/d-aws_securityhub_standards_subscription-add-standard docs: add ARN for... e03b8cf

View on GitHub

ewbankkit closed a pull request on hashicorp/terraform-provider-aws
docs: add ARN for new CIS benchmark to resource description
### Description The documentation for the resoure `aws_securityhub_standards_subscription` contains a table showing standards and their ARN. This pull requests adds the entry for the CIS 3.0.0 b...
ewbankkit created a comment on a pull request on hashicorp/terraform-provider-aws
@stefanfreitag 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
@thoward Thanks for the contribution :tada: :clap:.

View on GitHub

ewbankkit created a review comment on a pull request on hashicorp/terraform-provider-aws
Note this call above: ```go d.Set(names.AttrKMSKeyID, output.SSEKMSKeyId) ```

View on GitHub

ewbankkit created a review on a pull request on hashicorp/terraform-provider-aws

View on GitHub

ewbankkit pushed 1 commit to f-aws_s3_object-no-find-default-kms-key hashicorp/terraform-provider-aws
  • Correct CHANGELOG entry file name. 494862e

View on GitHub

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

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 draft pull request on hashicorp/terraform-provider-aws
aws_s3_object (et al.): Remove `kms:DescribeKey` on default S3 KMS key
<!--- 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 ...
jar-b pushed 390 commits to f-ssmquicksetup_configuration_manager 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 370 more ...

View on GitHub

Load more