6.36.0 (March 11, 2026)
NOTES:
- provider: Update Go version to v1.25.8. Addresses
GO-2026-4602, FileInfo can escape from a Root in os,GO-2026-4603, URLs in meta content attribute actions are not escaped in html/template, andGO-2026-4601, Incorrect parsing of IPv6 host literals in net/url(#46820)
FEATURES:
- New Data Source:
aws_iam_outbound_web_identity_federation(#46503) - New Ephemeral Resource:
aws_sts_web_identity_token(#46173) - New List Resource:
aws_s3_bucket_versioning(#46802)
ENHANCEMENTS:
- listresource/aws_s3_bucket: No longer returns values for deprecated parameters (#46852)
- resource/aws_bedrockagentcore_agent_runtime: Add
authorizer_config.custom_jwt_authorizer.allowed_scopesargument (#46828) - resource/aws_cloudwatch_log_resource_policy: Add
resource_arnargument andpolicy_scopeandrevision_idattributes.policy_nameis now optional (#46813) - resource/aws_glue_catalog_table: Add
open_table_format_input.iceberg_input.iceberg_table_inputargument (#46843) - resource/aws_glue_catalog_table: Add
view_definitionargument (#46843) - resource/aws_glue_catalog_table: Change
open_table_format_input.iceberg_input.metadata_operationandopen_table_format_input.iceberg_input.versionto ForceNew (#46843) - resource/aws_glue_catalog_table: Change
parameters,storage_descriptor, andtable_typeto Optional and Computed (#46843) - resource/aws_guardduty_ipset: Add
ip_set_idattribute (#46703) - resource/aws_guardduty_publishing_destination: Add
arnanddestination_idattributes (#46703) - resource/aws_guardduty_publishing_destination: Add tagging support (#46703)
- resource/aws_guardduty_threatintelset: Add
threat_intel_set_idattribute (#46703) - resource/aws_observabilityadmin_centralization_rule_for_organization: Add
rule.destination.destination_logs_configuration.log_group_name_configurationblock (#46811)
BUG FIXES:
- data-source/aws_glue_catalog_table: Use the table's catalog ID when reading partition indexes, fixing
EntityNotFoundExceptionerrors (#46843) - list-resource/aws_iam_role_policy_attachment: Prevent infinite loop when IAM Role deleted during list (#46763)
- listresource/aws_s3_bucket: No longer appears to hang when buckets are deleted concurrently with listing (#46852)
- resource/aws_appconfig_deployment_strategy: Fix panic due to "interface conversion: interface {} is float64, not float32" when updating
growth_factor(#46810) - resource/aws_glue_catalog_table: Use the table's catalog ID when reading partition indexes, fixing
EntityNotFoundExceptionerrors (#46843) - resource/aws_vpc_endpoint: Allow in-place update of
private_dns_enabledwhenvpc_endpoint_typeisInterface(#46800) - resource/aws_vpc_endpoint: Set new computed value for
network_interface_idsattribute when changingsubnet_configurationorsubnet_ids(#46800) - resource/aws_vpn_concentrator: Retry
VpnConcentratorLimitExceeded: The maximum number of mutating objects has been reachederrors on Create (#46823)