-
-
Notifications
You must be signed in to change notification settings - Fork 338
Commit 6fd87bc
authored
chore: bump hashicorp/aws from 4.67.0 to 5.0.1 in /examples/runner-public (#857)
Bumps
[hashicorp/aws](https://github.com/hashicorp/terraform-provider-aws)
from 4.67.0 to 5.0.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/hashicorp/terraform-provider-aws/releases">hashicorp/aws's
releases</a>.</em></p>
<blockquote>
<h2>v5.0.1</h2>
<p>BUG FIXES:</p>
<ul>
<li>provider/tags: Fix crash when tags are <code>null</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-aws/issues/31587">#31587</a>)</li>
</ul>
<h2>v5.0.0</h2>
<p>BREAKING CHANGES:</p>
<ul>
<li>data-source/aws_api_gateway_rest_api:
<code>minimum_compression_size</code> is now a string type to allow
values set via the <code>body</code> attribute to be properly computed.
(<a
href="https://redirect.github.com/hashicorp/terraform-provider-aws/issues/30969">#30969</a>)</li>
<li>data-source/aws_connect_hours_of_operation: The
<code>hours_of_operation_arn</code> attribute has been removed (<a
href="https://redirect.github.com/hashicorp/terraform-provider-aws/issues/31484">#31484</a>)</li>
<li>data-source/aws_db_instance: With the retirement of EC2-Classic the
<code>db_security_groups</code> attribute has been removed (<a
href="https://redirect.github.com/hashicorp/terraform-provider-aws/issues/30966">#30966</a>)</li>
<li>data-source/aws_elasticache_cluster: With the retirement of
EC2-Classic the <code>security_group_names</code> attribute has been
removed (<a
href="https://redirect.github.com/hashicorp/terraform-provider-aws/issues/30966">#30966</a>)</li>
<li>data-source/aws_elasticache_replication_group: Remove
<code>number_cache_clusters</code>,
<code>replication_group_description</code> arguments -- use
<code>num_cache_clusters</code>, and <code>description</code>,
respectively, instead (<a
href="https://redirect.github.com/hashicorp/terraform-provider-aws/issues/31008">#31008</a>)</li>
<li>data-source/aws_iam_policy_document: Don't add empty
<code>statement.sid</code> values to <code>json</code> attribute value
(<a
href="https://redirect.github.com/hashicorp/terraform-provider-aws/issues/28539">#28539</a>)</li>
<li>data-source/aws_iam_policy_document: <code>source_json</code> and
<code>override_json</code> have been removed -- use
<code>source_policy_documents</code> and
<code>override_policy_documents</code>, respectively, instead (<a
href="https://redirect.github.com/hashicorp/terraform-provider-aws/issues/30829">#30829</a>)</li>
<li>data-source/aws_identitystore_group: The <code>filter</code>
argument has been removed (<a
href="https://redirect.github.com/hashicorp/terraform-provider-aws/issues/31312">#31312</a>)</li>
<li>data-source/aws_identitystore_user: The <code>filter</code> argument
has been removed (<a
href="https://redirect.github.com/hashicorp/terraform-provider-aws/issues/31312">#31312</a>)</li>
<li>data-source/aws_launch_configuration: With the retirement of
EC2-Classic the <code>vpc_classic_link_id</code> and
<code>vpc_classic_link_security_groups</code> attributes have been
removed (<a
href="https://redirect.github.com/hashicorp/terraform-provider-aws/issues/30966">#30966</a>)</li>
<li>data-source/aws_redshift_cluster: With the retirement of EC2-Classic
the <code>cluster_security_groups</code> attribute has been removed (<a
href="https://redirect.github.com/hashicorp/terraform-provider-aws/issues/30966">#30966</a>)</li>
<li>data-source/aws_secretsmanager_secret: The
<code>rotation_enabled</code>, <code>rotation_lambda_arn</code> and
<code>rotation_rules</code> attributes have been removed (<a
href="https://redirect.github.com/hashicorp/terraform-provider-aws/issues/31487">#31487</a>)</li>
<li>data-source/aws_vpc_peering_connection: With the retirement of
EC2-Classic the <code>allow_classic_link_to_remote_vpc</code> and
<code>allow_vpc_to_remote_classic_link</code> attributes have been
removed (<a
href="https://redirect.github.com/hashicorp/terraform-provider-aws/issues/30966">#30966</a>)</li>
<li>provider: The <code>assume_role.duration_seconds</code>,
<code>assume_role_with_web_identity.duration_seconds</code>,
<code>s3_force_path_style</code>, <code>shared_credentials_file</code>
and <code>skip_get_ec2_platforms</code> attributes have been removed (<a
href="https://redirect.github.com/hashicorp/terraform-provider-aws/issues/31155">#31155</a>)</li>
<li>provider: The <code>aws_subnet_ids</code> data source has been
removed (<a
href="https://redirect.github.com/hashicorp/terraform-provider-aws/issues/31140">#31140</a>)</li>
<li>provider: With the retirement of EC2-Classic the
<code>aws_db_security_group</code> resource has been removed (<a
href="https://redirect.github.com/hashicorp/terraform-provider-aws/issues/30966">#30966</a>)</li>
<li>provider: With the retirement of EC2-Classic the
<code>aws_elasticache_security_group</code> resource has been removed
(<a
href="https://redirect.github.com/hashicorp/terraform-provider-aws/issues/30966">#30966</a>)</li>
<li>provider: With the retirement of EC2-Classic the
<code>aws_redshift_security_group</code> resource has been removed (<a
href="https://redirect.github.com/hashicorp/terraform-provider-aws/issues/30966">#30966</a>)</li>
<li>provider: With the retirement of Macie Classic the
<code>aws_macie_member_account_association</code> resource has been
removed (<a
href="https://redirect.github.com/hashicorp/terraform-provider-aws/issues/31058">#31058</a>)</li>
<li>provider: With the retirement of Macie Classic the
<code>aws_macie_s3_bucket_association</code> resource has been removed
(<a
href="https://redirect.github.com/hashicorp/terraform-provider-aws/issues/31058">#31058</a>)</li>
<li>resource/aws_acmpca_certificate_authority: The <code>status</code>
attribute has been removed (<a
href="https://redirect.github.com/hashicorp/terraform-provider-aws/issues/31084">#31084</a>)</li>
<li>resource/aws_api_gateway_rest_api:
<code>minimum_compression_size</code> is now a string type to allow
values set via the <code>body</code> attribute to be properly computed.
(<a
href="https://redirect.github.com/hashicorp/terraform-provider-aws/issues/30969">#30969</a>)</li>
<li>resource/aws_autoscaling_attachment:
<code>alb_target_group_arn</code> has been removed -- use
<code>lb_target_group_arn</code> instead (<a
href="https://redirect.github.com/hashicorp/terraform-provider-aws/issues/30828">#30828</a>)</li>
<li>resource/aws_autoscaling_group: Remove deprecated <code>tags</code>
attribute (<a
href="https://redirect.github.com/hashicorp/terraform-provider-aws/issues/30842">#30842</a>)</li>
<li>resource/aws_budgets_budget: The <code>cost_filters</code> attribute
has been removed (<a
href="https://redirect.github.com/hashicorp/terraform-provider-aws/issues/31395">#31395</a>)</li>
<li>resource/aws_ce_anomaly_subscription: The <code>threshold</code>
attribute has been removed (<a
href="https://redirect.github.com/hashicorp/terraform-provider-aws/issues/30374">#30374</a>)</li>
<li>resource/aws_cloudwatch_event_target: The
<code>ecs_target.propagate_tags</code> attribute now has no default
value (<a
href="https://redirect.github.com/hashicorp/terraform-provider-aws/issues/25233">#25233</a>)</li>
<li>resource/aws_codebuild_project: The
<code>secondary_sources.auth</code> and <code>source.auth</code>
attributes have been removed (<a
href="https://redirect.github.com/hashicorp/terraform-provider-aws/issues/31483">#31483</a>)</li>
<li>resource/aws_connect_hours_of_operation: The
<code>hours_of_operation_arn</code> attribute has been removed (<a
href="https://redirect.github.com/hashicorp/terraform-provider-aws/issues/31484">#31484</a>)</li>
<li>resource/aws_connect_queue: The
<code>quick_connect_ids_associated</code> attribute has been removed (<a
href="https://redirect.github.com/hashicorp/terraform-provider-aws/issues/31376">#31376</a>)</li>
<li>resource/aws_connect_routing_profile: The
<code>queue_configs_associated</code> attribute has been removed (<a
href="https://redirect.github.com/hashicorp/terraform-provider-aws/issues/31376">#31376</a>)</li>
<li>resource/aws_db_instance: Remove <code>name</code> - use
<code>db_name</code> instead (<a
href="https://redirect.github.com/hashicorp/terraform-provider-aws/issues/31232">#31232</a>)</li>
<li>resource/aws_db_instance: With the retirement of EC2-Classic the
<code>security_group_names</code> attribute has been removed (<a
href="https://redirect.github.com/hashicorp/terraform-provider-aws/issues/30966">#30966</a>)</li>
<li>resource/aws_db_instance: <code>id</code> is no longer the AWS
database <code>identifier</code> - <code>id</code> is now the
<code>dbi-resource-id</code>. Refer to <code>identifier</code> instead
of <code>id</code> to use the database's identifier (<a
href="https://redirect.github.com/hashicorp/terraform-provider-aws/issues/31232">#31232</a>)</li>
<li>resource/aws_default_vpc: With the retirement of EC2-Classic the
<code>enable_classiclink</code> and
<code>enable_classiclink_dns_support</code> attributes have been removed
(<a
href="https://redirect.github.com/hashicorp/terraform-provider-aws/issues/30966">#30966</a>)</li>
<li>resource/aws_dms_endpoint:
<code>s3_settings.ignore_headers_row</code> has been removed (<a
href="https://redirect.github.com/hashicorp/terraform-provider-aws/issues/30452">#30452</a>)</li>
<li>resource/aws_docdb_cluster: <code>snapshot_identifier</code> change
now properly forces replacement (<a
href="https://redirect.github.com/hashicorp/terraform-provider-aws/issues/29409">#29409</a>)</li>
<li>resource/aws_ec2_client_vpn_endpoint: The <code>status</code>
attribute has been removed (<a
href="https://redirect.github.com/hashicorp/terraform-provider-aws/issues/31223">#31223</a>)</li>
<li>resource/aws_ec2_client_vpn_network_association: The
<code>security_groups</code> attribute has been removed (<a
href="https://redirect.github.com/hashicorp/terraform-provider-aws/issues/31396">#31396</a>)</li>
<li>resource/aws_ec2_client_vpn_network_association: The
<code>status</code> attribute has been removed (<a
href="https://redirect.github.com/hashicorp/terraform-provider-aws/issues/31223">#31223</a>)</li>
<li>resource/aws_ecs_cluster: The <code>capacity_providers</code> and
<code>default_capacity_provider_strategy</code> attributes have been
removed (<a
href="https://redirect.github.com/hashicorp/terraform-provider-aws/issues/31346">#31346</a>)</li>
<li>resource/aws_eip: With the retirement of EC2-Classic the
<code>standard</code> domain is no longer supported (<a
href="https://redirect.github.com/hashicorp/terraform-provider-aws/issues/30966">#30966</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md">hashicorp/aws's
changelog</a>.</em></p>
<blockquote>
<h2>5.0.1 (May 26, 2023)</h2>
<p>BUG FIXES:</p>
<ul>
<li>provider/tags: Fix crash when tags are <code>null</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-aws/issues/31587">#31587</a>)</li>
</ul>
<h2>5.0.0 (May 25, 2023)</h2>
<p>BREAKING CHANGES:</p>
<ul>
<li>data-source/aws_api_gateway_rest_api:
<code>minimum_compression_size</code> is now a string type to allow
values set via the <code>body</code> attribute to be properly computed.
(<a
href="https://redirect.github.com/hashicorp/terraform-provider-aws/issues/30969">#30969</a>)</li>
<li>data-source/aws_connect_hours_of_operation: The
<code>hours_of_operation_arn</code> attribute has been removed (<a
href="https://redirect.github.com/hashicorp/terraform-provider-aws/issues/31484">#31484</a>)</li>
<li>data-source/aws_db_instance: With the retirement of EC2-Classic the
<code>db_security_groups</code> attribute has been removed (<a
href="https://redirect.github.com/hashicorp/terraform-provider-aws/issues/30966">#30966</a>)</li>
<li>data-source/aws_elasticache_cluster: With the retirement of
EC2-Classic the <code>security_group_names</code> attribute has been
removed (<a
href="https://redirect.github.com/hashicorp/terraform-provider-aws/issues/30966">#30966</a>)</li>
<li>data-source/aws_elasticache_replication_group: Remove
<code>number_cache_clusters</code>,
<code>replication_group_description</code> arguments -- use
<code>num_cache_clusters</code>, and <code>description</code>,
respectively, instead (<a
href="https://redirect.github.com/hashicorp/terraform-provider-aws/issues/31008">#31008</a>)</li>
<li>data-source/aws_iam_policy_document: Don't add empty
<code>statement.sid</code> values to <code>json</code> attribute value
(<a
href="https://redirect.github.com/hashicorp/terraform-provider-aws/issues/28539">#28539</a>)</li>
<li>data-source/aws_iam_policy_document: <code>source_json</code> and
<code>override_json</code> have been removed -- use
<code>source_policy_documents</code> and
<code>override_policy_documents</code>, respectively, instead (<a
href="https://redirect.github.com/hashicorp/terraform-provider-aws/issues/30829">#30829</a>)</li>
<li>data-source/aws_identitystore_group: The <code>filter</code>
argument has been removed (<a
href="https://redirect.github.com/hashicorp/terraform-provider-aws/issues/31312">#31312</a>)</li>
<li>data-source/aws_identitystore_user: The <code>filter</code> argument
has been removed (<a
href="https://redirect.github.com/hashicorp/terraform-provider-aws/issues/31312">#31312</a>)</li>
<li>data-source/aws_launch_configuration: With the retirement of
EC2-Classic the <code>vpc_classic_link_id</code> and
<code>vpc_classic_link_security_groups</code> attributes have been
removed (<a
href="https://redirect.github.com/hashicorp/terraform-provider-aws/issues/30966">#30966</a>)</li>
<li>data-source/aws_redshift_cluster: With the retirement of EC2-Classic
the <code>cluster_security_groups</code> attribute has been removed (<a
href="https://redirect.github.com/hashicorp/terraform-provider-aws/issues/30966">#30966</a>)</li>
<li>data-source/aws_secretsmanager_secret: The
<code>rotation_enabled</code>, <code>rotation_lambda_arn</code> and
<code>rotation_rules</code> attributes have been removed (<a
href="https://redirect.github.com/hashicorp/terraform-provider-aws/issues/31487">#31487</a>)</li>
<li>data-source/aws_vpc_peering_connection: With the retirement of
EC2-Classic the <code>allow_classic_link_to_remote_vpc</code> and
<code>allow_vpc_to_remote_classic_link</code> attributes have been
removed (<a
href="https://redirect.github.com/hashicorp/terraform-provider-aws/issues/30966">#30966</a>)</li>
<li>provider: The <code>assume_role.duration_seconds</code>,
<code>assume_role_with_web_identity.duration_seconds</code>,
<code>s3_force_path_style</code>, <code>shared_credentials_file</code>
and <code>skip_get_ec2_platforms</code> attributes have been removed (<a
href="https://redirect.github.com/hashicorp/terraform-provider-aws/issues/31155">#31155</a>)</li>
<li>provider: The <code>aws_subnet_ids</code> data source has been
removed (<a
href="https://redirect.github.com/hashicorp/terraform-provider-aws/issues/31140">#31140</a>)</li>
<li>provider: With the retirement of EC2-Classic the
<code>aws_db_security_group</code> resource has been removed (<a
href="https://redirect.github.com/hashicorp/terraform-provider-aws/issues/30966">#30966</a>)</li>
<li>provider: With the retirement of EC2-Classic the
<code>aws_elasticache_security_group</code> resource has been removed
(<a
href="https://redirect.github.com/hashicorp/terraform-provider-aws/issues/30966">#30966</a>)</li>
<li>provider: With the retirement of EC2-Classic the
<code>aws_redshift_security_group</code> resource has been removed (<a
href="https://redirect.github.com/hashicorp/terraform-provider-aws/issues/30966">#30966</a>)</li>
<li>provider: With the retirement of Macie Classic the
<code>aws_macie_member_account_association</code> resource has been
removed (<a
href="https://redirect.github.com/hashicorp/terraform-provider-aws/issues/31058">#31058</a>)</li>
<li>provider: With the retirement of Macie Classic the
<code>aws_macie_s3_bucket_association</code> resource has been removed
(<a
href="https://redirect.github.com/hashicorp/terraform-provider-aws/issues/31058">#31058</a>)</li>
<li>resource/aws_acmpca_certificate_authority: The <code>status</code>
attribute has been removed (<a
href="https://redirect.github.com/hashicorp/terraform-provider-aws/issues/31084">#31084</a>)</li>
<li>resource/aws_api_gateway_rest_api:
<code>minimum_compression_size</code> is now a string type to allow
values set via the <code>body</code> attribute to be properly computed.
(<a
href="https://redirect.github.com/hashicorp/terraform-provider-aws/issues/30969">#30969</a>)</li>
<li>resource/aws_autoscaling_attachment:
<code>alb_target_group_arn</code> has been removed -- use
<code>lb_target_group_arn</code> instead (<a
href="https://redirect.github.com/hashicorp/terraform-provider-aws/issues/30828">#30828</a>)</li>
<li>resource/aws_autoscaling_group: Remove deprecated <code>tags</code>
attribute (<a
href="https://redirect.github.com/hashicorp/terraform-provider-aws/issues/30842">#30842</a>)</li>
<li>resource/aws_budgets_budget: The <code>cost_filters</code> attribute
has been removed (<a
href="https://redirect.github.com/hashicorp/terraform-provider-aws/issues/31395">#31395</a>)</li>
<li>resource/aws_ce_anomaly_subscription: The <code>threshold</code>
attribute has been removed (<a
href="https://redirect.github.com/hashicorp/terraform-provider-aws/issues/30374">#30374</a>)</li>
<li>resource/aws_cloudwatch_event_target: The
<code>ecs_target.propagate_tags</code> attribute now has no default
value (<a
href="https://redirect.github.com/hashicorp/terraform-provider-aws/issues/25233">#25233</a>)</li>
<li>resource/aws_codebuild_project: The
<code>secondary_sources.auth</code> and <code>source.auth</code>
attributes have been removed (<a
href="https://redirect.github.com/hashicorp/terraform-provider-aws/issues/31483">#31483</a>)</li>
<li>resource/aws_connect_hours_of_operation: The
<code>hours_of_operation_arn</code> attribute has been removed (<a
href="https://redirect.github.com/hashicorp/terraform-provider-aws/issues/31484">#31484</a>)</li>
<li>resource/aws_connect_queue: The
<code>quick_connect_ids_associated</code> attribute has been removed (<a
href="https://redirect.github.com/hashicorp/terraform-provider-aws/issues/31376">#31376</a>)</li>
<li>resource/aws_connect_routing_profile: The
<code>queue_configs_associated</code> attribute has been removed (<a
href="https://redirect.github.com/hashicorp/terraform-provider-aws/issues/31376">#31376</a>)</li>
<li>resource/aws_db_instance: Remove <code>name</code> - use
<code>db_name</code> instead (<a
href="https://redirect.github.com/hashicorp/terraform-provider-aws/issues/31232">#31232</a>)</li>
<li>resource/aws_db_instance: With the retirement of EC2-Classic the
<code>security_group_names</code> attribute has been removed (<a
href="https://redirect.github.com/hashicorp/terraform-provider-aws/issues/30966">#30966</a>)</li>
<li>resource/aws_db_instance: <code>id</code> is no longer the AWS
database <code>identifier</code> - <code>id</code> is now the
<code>dbi-resource-id</code>. Refer to <code>identifier</code> instead
of <code>id</code> to use the database's identifier (<a
href="https://redirect.github.com/hashicorp/terraform-provider-aws/issues/31232">#31232</a>)</li>
<li>resource/aws_default_vpc: With the retirement of EC2-Classic the
<code>enable_classiclink</code> and
<code>enable_classiclink_dns_support</code> attributes have been removed
(<a
href="https://redirect.github.com/hashicorp/terraform-provider-aws/issues/30966">#30966</a>)</li>
<li>resource/aws_dms_endpoint:
<code>s3_settings.ignore_headers_row</code> has been removed (<a
href="https://redirect.github.com/hashicorp/terraform-provider-aws/issues/30452">#30452</a>)</li>
<li>resource/aws_docdb_cluster: <code>snapshot_identifier</code> change
now properly forces replacement (<a
href="https://redirect.github.com/hashicorp/terraform-provider-aws/issues/29409">#29409</a>)</li>
<li>resource/aws_ec2_client_vpn_endpoint: The <code>status</code>
attribute has been removed (<a
href="https://redirect.github.com/hashicorp/terraform-provider-aws/issues/31223">#31223</a>)</li>
<li>resource/aws_ec2_client_vpn_network_association: The
<code>security_groups</code> attribute has been removed (<a
href="https://redirect.github.com/hashicorp/terraform-provider-aws/issues/31396">#31396</a>)</li>
<li>resource/aws_ec2_client_vpn_network_association: The
<code>status</code> attribute has been removed (<a
href="https://redirect.github.com/hashicorp/terraform-provider-aws/issues/31223">#31223</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/hashicorp/terraform-provider-aws/commit/b9e8c729f2b6dacaa5a7a90e5fccdc8c9c59f4d2"><code>b9e8c72</code></a>
Update CHANGELOG.md for <a
href="https://redirect.github.com/hashicorp/terraform-provider-aws/issues/31587">#31587</a></li>
<li><a
href="https://github.com/hashicorp/terraform-provider-aws/commit/048a82c37c2c037e155ef644ca14f5770baa6568"><code>048a82c</code></a>
Merge pull request <a
href="https://redirect.github.com/hashicorp/terraform-provider-aws/issues/31587">#31587</a>
from hashicorp/b-null-tag-values</li>
<li><a
href="https://github.com/hashicorp/terraform-provider-aws/commit/c1471038ede6677a4353d637e591fc7377483d1d"><code>c147103</code></a>
add CHANGELOG entry</li>
<li><a
href="https://github.com/hashicorp/terraform-provider-aws/commit/ca2ed883570b9b555dc7339a1120da08cf2b061d"><code>ca2ed88</code></a>
Update CHANGELOG.md</li>
<li><a
href="https://github.com/hashicorp/terraform-provider-aws/commit/3576c264d9b872a5aecaa73bf331a93f847c230a"><code>3576c26</code></a>
add test to check for null tag values</li>
<li><a
href="https://github.com/hashicorp/terraform-provider-aws/commit/ee4d376d7a01c4be60b010481ba3487d2b6aec02"><code>ee4d376</code></a>
check for null tags and ignore</li>
<li><a
href="https://github.com/hashicorp/terraform-provider-aws/commit/c957c95a6fe98ac55a43d72d38611e50cbb483a3"><code>c957c95</code></a>
Merge pull request <a
href="https://redirect.github.com/hashicorp/terraform-provider-aws/issues/31354">#31354</a>
from hashicorp/td-iam-policy-doc-multiple-condition...</li>
<li><a
href="https://github.com/hashicorp/terraform-provider-aws/commit/05e9bf791de416acd6b7bd7a27a24e721befc844"><code>05e9bf7</code></a>
remove 4.x changelog and add link to branch (<a
href="https://redirect.github.com/hashicorp/terraform-provider-aws/issues/31577">#31577</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-provider-aws/commit/8d9ba2b2d7ec4b7a2b37831425fa3d442e050287"><code>8d9ba2b</code></a>
Update CHANGELOG.md after v5.0.0</li>
<li><a
href="https://github.com/hashicorp/terraform-provider-aws/commit/d8cdf4ced81b957ba7c7b3c3a8cb1e2af0ed1a41"><code>d8cdf4c</code></a>
Update CHANGELOG.md for <a
href="https://redirect.github.com/hashicorp/terraform-provider-aws/issues/31568">#31568</a></li>
<li>Additional commits viewable in <a
href="https://github.com/hashicorp/terraform-provider-aws/compare/v4.67.0...v5.0.1">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent fc95bdd commit 6fd87bcCopy full SHA for 6fd87bc
File tree
2 files changed
+19
-19
lines changedFilter options
- examples/runner-public
2 files changed
+19
-19
lines changedexamples/runner-public/.terraform.lock.hcl
Copy file name to clipboardExpand all lines: examples/runner-public/.terraform.lock.hcl+18-18
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
examples/runner-public/versions.tf
Copy file name to clipboardExpand all lines: examples/runner-public/versions.tf+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
|
0 commit comments