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
[Enhancement]: Add ability to use multiple target groups in CodeDeploy, in place deployments
### Description A few months ago AWS announced the ability to manage targets in multiple ALB target groups when doing a CodeDeploy in-place deployment. Currently the provider only manages a sing...
ewbankkit closed a pull request on hashicorp/terraform-provider-aws
r/aws_codedeploy_deployment_group: Add validation for listener_arns attribute
### Description - Added validation for the `listener_arns` attribute of the `aws_codedeploy_deployment_group` resource - Added documentation regarding this change ### Relations Closes #2962...
ewbankkit closed an issue on hashicorp/terraform-provider-aws
[Enhancement]: Add `zonal_config` argument to `aws_codedeploy_deployment_config`
### Description `ZonalConfig` is not supported attribute on `aws_codedeploy_deployment_config` ### Affected Resource(s) and/or Data Source(s) aws_codedeploy_deployment_config ### Potent...
ewbankkit pushed 11 commits to main hashicorp/terraform-provider-aws
  • Add zonal_config argument to aws_codedeploy_deployment_config baea7c1
  • Add Changelog 3878bab
  • Merge branch 'main' into HEAD 4ca4fcd
  • Fix errors after merge. 703262f
  • Add CHANGELOG entry. a278be8
  • Cosmetics. 22c7bf0
  • Add 'TestAccDeployDeploymentConfig_disappears'. 37d781e
  • Add 'TestAccDeployDeploymentGroup_LoadBalancerInfoTargetGroupInfo_multiple'. b39cea7
  • Fix terrafmt errors. 980ba49
  • Fix markdown-lint 'MD032/blanks-around-lists Lists should be surrounded by blank lines'. b40e5ef
  • Merge pull request #34850 from alexknez/feature/zonal_config Add `zonal_config` argument to `aws_codedeploy_deployme... 46bd33c

View on GitHub

ewbankkit closed a pull request on hashicorp/terraform-provider-aws
Add `zonal_config` argument to `aws_codedeploy_deployment_config`
### Description `aws_codedeploy_deployment_config`: Adds a new attribute `zonal_config`. ### Relations Closes #34849. Closes https://github.com/hashicorp/terraform-provider-aws/pull/31402...
ewbankkit created a comment on a pull request on hashicorp/terraform-provider-aws
@alexknez Thanks for the contribution :tada: :clap:.

View on GitHub

ewbankkit created a comment on a pull request on hashicorp/terraform-provider-aws
```console % make golangci-lint PKG=deploy make: golangci-lint Checks / 1 of 3... make: golangci-lint Checks / 2 of 3... WARN [config_reader] The configuration option `linters.errcheck.ignore` ...

View on GitHub

ewbankkit created a comment on an issue on hashicorp/terraform-provider-aws
I have verified that you can configured multiple target groups on the `aws_codedeploy_deployment_group` resource: ```hcl load_balancer_info { target_group_info { name = "acc-test-...

View on GitHub

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

View on GitHub

stefanfreitag opened a draft pull request on hashicorp/terraform-provider-aws
docs: remove non-usable workflow type in ami_imagebuilder_workflow resource
### Description The documentation of the resource [`ami_imagebuilder_workflow`](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/imagebuilder_workflow) mentions for t...
stefanfreitag closed a draft pull request on hashicorp/terraform-provider-aws
fix: update validation for image builder workflow type
### Description The documentation of the resource [`ami_imagebuilder_workflow`](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/imagebuilder_workflow) mentions for t...
bronius created a comment on an issue on hashicorp/terraform-provider-aws
Thank you, @ewbankkit This has proven immensely helpful 🙂 and very interesting. And, bad scientist, with further study on another coworker's machine, his machine _does_ exhibit the same 4 sec delay...

View on GitHub

ewbankkit created a comment on a pull request on hashicorp/terraform-provider-aws
Implemented via https://github.com/hashicorp/terraform-provider-aws/pull/38587 and https://github.com/hashicorp/terraform-provider-aws/pull/38913.

View on GitHub

ewbankkit closed a pull request on hashicorp/terraform-provider-aws
[WIP] resiliencehub: Add service, skeleton files of app and resiliency_policy
<!--- See what makes a good Pull Request at : https://github.com/hashicorp/terraform-provider-aws/blob/main/docs/contributing ---> <!--- Please keep this note for the community ---> ### Commu...
github-actions[bot] pushed 1 commit to gh-pages hashicorp/terraform-provider-aws
  • Deployed fca5204e with MkDocs version: 1.4.2 1be72f0

View on GitHub

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

View on GitHub

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

View on GitHub

ewbankkit pushed 986 commits to main hashicorp/terraform-provider-aws
  • conns.AWSClient: Add 'AwsSession' method. Don't set 'session' key in API client config map. 1a9fb31
  • generate/resolveendpoints: 'resolveEndpoint' -> 'ResolveEndpoint'. 053caac
  • internal/conns: 'make gen'. ab61b26
  • generate/servicepackage: Remove AWS SDK for Go v1 endpoint resolver generation. 7526dd7
  • generate/servicepackage: Remove AWS SDK for Go v1 API client generation. 949f54d
  • r/aws_simpledb_domain: Add and use 'simpleDBConn'. 7d736c9
  • generate/awsclient: Remove AWS SDK for Go v1 API client factory generation. c4feba5
  • generate/serviceendpointtests: Skip 'simpledb'. ca90a4d
  • Acceptance test output: % make testacc TESTARGS='-run=TestAccSimpleDBDomain_' PKG=simpledb make: Verifying source co... 5884f9b
  • Run 'make gen'. af18c13
  • Fix golangci-lint 'containedctx'. 4bf1353
  • Remove 'Copy' from 'AWSClient.AwsSession'. dcef15e
  • Fix golangci-lint 'nakedret'. c0f9077
  • Fix semgrep 'ci.simpledb-in-func-name'. cf037ee
  • Fix semgrep 'ci.simpledb-in-var-name'. fb88c0a
  • Merge branch 'main' into td-isolate-aws-sdk-go-references d585b76
  • Add 'AWSClient.Endpoints()'. 0ce9582
  • simpledb: Package local endpoint resolution. b8a99b9
  • internal/conns: Remove AWS SDK for Go v1 endpoint resolution. f4668ce
  • Fix golangci-lint 'ineffassign'. a2c28e4
  • and 966 more ...

View on GitHub

ewbankkit deleted a branch hashicorp/terraform-provider-aws

td-isolate-aws-sdk-go-references

ewbankkit closed a pull request on hashicorp/terraform-provider-aws
Tech debt: Isolate AWS SDK for Go v1 references
<!--- 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] pushed 1 commit to gh-pages hashicorp/terraform-provider-aws
  • Deployed 20fac1ce with MkDocs version: 1.4.2 cf8f373

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 a pull request on hashicorp/terraform-provider-aws
f/aws_firehose_delivery_stream iceberg destination
### Description This commit adds an initial implementation of the `iceberg` destination type for Firehose delivery streams. Some notes * My team would really like to have this feature ASAP, ...
ewbankkit closed a pull request on hashicorp/terraform-provider-aws
f/aws_firehose_delivery_stream iceberg destination
### Description This commit adds an initial implementation of the `iceberg` destination type for Firehose delivery streams. Some notes * My team would really like to have this feature ASAP, ...
ewbankkit pushed 24 commits to main hashicorp/terraform-provider-aws
  • add new property for kinesis data streams to set timestamp precision, generated attribute files 20c5d38
  • configure attribute properties for approximate create date time precision cddfd5c
  • implement logic to populate approximate creation date time precision both on create and on read, document default beh... 0a91788
  • add test to check on the correct value of the field approximate creation date time precision bc8b49a
  • change required schema value to optional to improve readability 78a6c8c
  • configure resource to force recreation if the new attribute changes 7b5035b
  • add changelog entry cf2dd25
  • f/aws_firehose_delivery_stream iceberg destination This commit adds an initial implementation of the `iceberg` desti... 796af8b
  • Add CHANGELOG entry. a109be8
  • Cosmetics. d69eeca
  • Run 'make fix-constants PKG=firehose'. 1344b18
  • Fix acceptance test configuration terrafmt errors. 6a87fba
  • Fix 'Interpolation-only expressions are deprecated in Terraform v0.12.14 (terraform_deprecated_interpolation)'. 103d3ab
  • Fix documentation terrafmt errors. b459c56
  • Tweak 'TestAccFirehoseDeliveryStream_basic'. fa36887
  • Run 'make fmt'. b7bb768
  • Merge branch 'main' into HEAD # Conflicts: # internal/service/dynamodb/kinesis_streaming_destination.go a8fc470
  • Remove 'approximate_creation_date_time_precision' as a named constant. 87381e3
  • Run 'make gen'. 805261d
  • 'approximate_creation_date_time_precision' is Computed. f85fc8a
  • and 4 more ...

View on GitHub

ewbankkit closed an issue on hashicorp/terraform-provider-aws
[Enhancement]: Support for new direct to Iceberg streaming destination for aws_kinesis_firehose_delivery_stream
### Description AWS released a new feature of Data Firehose in July 2024 (in Preview) to support writing directly to Iceberg tables. This issue is to request that the `aws_kinesis_firehose_de...
ewbankkit closed a pull request on hashicorp/terraform-provider-aws
Add `approximate_creation_date_time_precision` to `aws_dynamodb_kinesis_streaming_destination`
### Description Add `approximate_creation_date_time_precision` to `aws_dynamodb_kinesis_streaming_destination` resource to be able to set a timestamp precision (only accepted values are either MIL...
ewbankkit created a comment on a pull request on hashicorp/terraform-provider-aws
In order to get this merged quickly I rolled the work into https://github.com/hashicorp/terraform-provider-aws/pull/38098.

View on GitHub

ewbankkit created a comment on a pull request on hashicorp/terraform-provider-aws
@rob93c @sonya Thanks for the contribution :tada: :clap:.

View on GitHub

ewbankkit created a comment on an issue on hashicorp/terraform-provider-aws
`waiting for RPC address` is logged by the client side (that's the Terraform CLI in this case) of the _go-plugin_ handshake: https://github.com/hashicorp/go-plugin/blob/edcdee4bf2988be29bef88954e2b...

View on GitHub

Load more