Block or Report
Block or report ewbankkit
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
-
-
terraform-provider-aws Public
Forked from hashicorp/terraform-provider-aws
Terraform aws provider
Go 1
12,562 contributions in the last year
Less
More
Contribution activity
May 2023
Created 571 commits in 2 repositories
Created a pull request in hashicorp/terraform-provider-aws that received 7 comments
r/aws_appautoscaling_target: Skip ListTags
/UpdateTags
for existing resources with no assigned ARN
Description Older aws_appautoscaling_target
s have no ARN assigned by AWS. This causes errors when making the ListTags
call to get any resource tags.…
+128
−87
•
7
comments
Opened 44 other pull requests in 2 repositories
hashicorp/terraform-provider-aws
43
merged
- Update 31006.txt
-
Suppress
golangci-lint
s3Config.DisableRestProtocolURICleaning is deprecated
warning -
Fix crash when removing all tags for resources with no
identifierAttribute
declared - Add missing Terraform AWS Provider Version 5 Upgrade Guide entries
- r/aws_s3_bucket_object: Add deprecation message to schemas
-
r/aws_opensearch_domain: Deprecate
kibana_endpoint
-
r/aws_lightsail_instance: Remove
ipv6_address
-
r/aws_secretsmanager_secret: Remove
rotation_*
-
r/aws_wafv2_web_acl_logging_configuration: Remove
redacted_fields.all_query_arguments
,redacted_fields.body
andredacted_fields.single_query_argument
-
r/aws_connect_hours_of_operation: Remove
hours_of_operation_arn
-
r/aws_codebuild_project: Remove
secondary_sources.auth
andsource.auth
-
r/aws_ec2_client_vpn_network_association: Remove
security_groups
-
r/aws_budgets_budget: Remove
cost_filters
attribute -
Tech debt: Reduce tags boilerplate code - Use
createTags
; Inspector -
r/aws_dx_gateway_association: Call out deprecation of
vpn_gateway_id
-
r/aws_flow_log: Call out deprecation of
log_group_name
-
r/aws_ssm_association: Call out deprecation of
instance_id
-
Tech debt: Remove deprecated generated
autoscaling
tagging code -
r/aws_connect_routing_profile: Remove
queue_configs_associated
attribute -
r/aws_wafv2_web_acl: Remove
statement.managed_rule_group_statement.excluded_rule
andstatement.rule_group_reference_statement.excluded_rule
-
r/aws_ecs_cluster: Remove
capacity_providers
anddefault_capacity_provider_strategy
attributes -
Tech debt: Reduce tags boilerplate code - Use
createTags
; IAM -
r/aws_msk_cluster: Remove
broker_node_group_info.ebs_volume_size
attribute -
d/aws_identitystore_(group|user): Remove
filter
argument -
Tech debt: Migrate
acm
resources to AWS SDK for Go v2 - Some pull requests not shown.
hashicorp/terraform-provider-awscc
1
merged
Reviewed 67 pull requests in 1 repository
hashicorp/terraform-provider-aws
25 pull requests
- Add periods to complete sentences in version 5 upgrade guide
- add resourcegroups resource
- Added managed execution config to stacksets
- r/aws_emrcontainers_job_template - new resource
-
r/sagemaker_endpoint_configuration - add support for serverless
provisioned_concurrency
- r/aws_rbin_rule: Fix multiple resource tag panic
- Fix schema type for vlan_id on aws_dx_connection
- r/appsync_graphql_api - add visibility argument
- F vpclattice resource policy data source
-
Prerelease/5.x to
main
- d/ec2_transit_gateway_route_tables: Fix example typo
- Fixes S3 bucket policy for CloudTrail acceptance tests
- datasource/aws_iam_policy_document: Add test for multiple condition keys
- v4.67.0 to prerelease 5.x
- CI: Enables build notifications
- default tags: add changelog and upgrade guide entry
-
Bugfix:
aws_ssm_activation
Fails on nonexistent role - dms: Add db2-zos engine type
- [Docs]: Fix dead Kendra links
- configservice/remediation_configuration: parameters TypeSet -> TypeList
-
[TechDebt](skaff): add missing
ctx
argument - Add metric name filtering to AWS Metric Streams
- Consolidate doc file extensions
- [Docs]: V5 Upgrade guide additions
-
r/eks_addon: Deprecate
resolve_conflicts
attribute - Some pull request reviews not shown.
Created an issue in hashicorp/terraform-provider-aws that received 3 comments
Remove AWSClient.S3ConnURICleaningDisabled
aws/aws-sdk-go#4832 deprecates the AWS SDK for Go v1 config.DisableRestProtocolURICleaning
, used by AWSClient.S3ConnURICleaningDisabled
.
Remove thi…
3
comments
Opened 31 other issues in 1 repository
hashicorp/terraform-provider-aws
20
closed
11
open
- r/aws_cloudformation_stack_set: Crash when removing all tags
-
r/aws_opensearch_domain: Remove
kibana_endpoint
-
r/aws_connect_hours_of_operation: Remove
hours_of_operation_arn
-
r/aws_wafv2_web_acl_logging_configuration: Remove
redacted_fields.all_query_arguments
etc. -
r/aws_secretsmanager_secret: Remove
rotation_lambda_arn
androtation_rules
-
r/aws_lightsail_instance: Remove
ipv6_address
-
r/aws_ec2_client_vpn_network_association: Remove
security_groups
-
r/aws_codebuild_project: Remove
source.auth
-
r/aws_budgets_budget: Remove
cost_filters
-
r/aws_dx_gateway_association: Remove
vpn_gateway_id
-
r/aws_flow_log: Remove
log_group_name
-
r/aws_ssm_association: Remove
instance_id
-
d/aws_identitystore_user: Remove
filter
-
r/aws_eks_addon: Remove
resolve_conflicts
- xray: Add sweepers
- appautoscaling: Add sweepers
-
r/aws_connect_routing_profile: Remove
queue_configs_associated
-
r/aws_connect_queue: Remove
quick_connect_ids_associated
-
r/aws_ecs_cluster: Remove
capacity_providers
anddefault_capacity_provider_strategy
-
r/aws_wafv2_web_acl: Remove
managed_rule_group_statement.excluded_rule
-
r/aws_msk_cluster: Remove
broker_node_group_info.ebs_volume_size
-
r/aws_medialive_multiplex_program: Remove
statemux_settings
-
d/aws_identitystore_group: Remove
filter
-
r/aws_db_instance: Remove
name
-
Client VPN resources: Remove
status
- Some issues not shown.