-
-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): bump the terraform group across 2 directories with 1 update #248
chore(deps): bump the terraform group across 2 directories with 1 update #248
Conversation
Bumps the terraform group with 1 update in the /stacks/sample_bucket directory: [hashicorp/aws](https://github.com/hashicorp/terraform-provider-aws). Bumps the terraform group with 1 update in the /stacks/sample_instance directory: [hashicorp/aws](https://github.com/hashicorp/terraform-provider-aws). Updates `hashicorp/aws` from 5.57.0 to 5.58.0 - [Release notes](https://github.com/hashicorp/terraform-provider-aws/releases) - [Changelog](https://github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md) - [Commits](hashicorp/terraform-provider-aws@v5.57.0...v5.58.0) Updates `hashicorp/aws` from 5.57.0 to 5.58.0 - [Release notes](https://github.com/hashicorp/terraform-provider-aws/releases) - [Changelog](https://github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md) - [Commits](hashicorp/terraform-provider-aws@v5.57.0...v5.58.0) --- updated-dependencies: - dependency-name: hashicorp/aws dependency-type: direct:production update-type: version-update:semver-minor dependency-group: terraform - dependency-name: hashicorp/aws dependency-type: direct:production update-type: version-update:semver-minor dependency-group: terraform ... Signed-off-by: dependabot[bot] <[email protected]>
Outline of changes.# aws_instance.sample has been deleted
+ aws_instance.sample will be created Plan: 1 to add, 0 to change, 0 to destroy.
|
No changes. Your infrastructure matches the configuration.
|
No changes. Your infrastructure matches the configuration.
|
No changes. Your infrastructure matches the configuration.
|
…rraform-9f405e0b31
plan Format diff check.--- old/tests/52_pass_format_diff/main.tf
+++ new/tests/52_pass_format_diff/main.tf
@@ -1,3 +1,3 @@
resource "random_pet" "name" {
- count =1
+ count = 1
}
Plan requires configuration to be present. Planning without a configuration
|
plan Format diff check.--- old/tests/52_pass_format_diff/main.tf
+++ new/tests/52_pass_format_diff/main.tf
@@ -1,3 +1,3 @@
resource "random_pet" "name" {
- count =1
+ count = 1
}
Plan requires configuration to be present. Planning without a configuration
|
…rraform-9f405e0b31
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
apply -chdir=stacks/sample_bucket Apply complete! Resources: 0 added, 0 changed, 0 destroyed.
|
apply -chdir=stacks/sample_instance Apply complete! Resources: 0 added, 0 changed, 0 destroyed.
|
apply -chdir=stacks/sample_bucket Apply complete! Resources: 0 added, 0 changed, 0 destroyed.
|
apply -chdir=stacks/sample_instance Apply complete! Resources: 1 added, 0 changed, 0 destroyed.
|
Bumps the terraform group with 1 update in the /stacks/sample_bucket directory: hashicorp/aws.
Bumps the terraform group with 1 update in the /stacks/sample_instance directory: hashicorp/aws.
Updates
hashicorp/aws
from 5.57.0 to 5.58.0Release notes
Sourced from hashicorp/aws's releases.
... (truncated)
Changelog
Sourced from hashicorp/aws's changelog.
... (truncated)
Commits
5b5e529
Update CHANGELOG.md (Manual Trigger)2096a66
Merge pull request #38181 from DanielRieske/f/add-verified-permissions-identi...99d4dcf
semgrep
f02f76e
terrafmt fmt
bbfc976
Handles converting between identity provider typese896dd2
Tweaks documentation examplefa3eaba
Adds separate update test for OpenIDcd31961
Merge pull request #38328 from chrisbrowning/f-aws_cloudwatch_log_account_policy68e4bd3
Run 'make gen'.1c1d430
Merge pull request #38161 from hashicorp/f/add-resource-sets-to-policyUpdates
hashicorp/aws
from 5.57.0 to 5.58.0Release notes
Sourced from hashicorp/aws's releases.
... (truncated)
Changelog
Sourced from hashicorp/aws's changelog.
... (truncated)
Commits
5b5e529
Update CHANGELOG.md (Manual Trigger)2096a66
Merge pull request #38181 from DanielRieske/f/add-verified-permissions-identi...99d4dcf
semgrep
f02f76e
terrafmt fmt
bbfc976
Handles converting between identity provider typese896dd2
Tweaks documentation examplefa3eaba
Adds separate update test for OpenIDcd31961
Merge pull request #38328 from chrisbrowning/f-aws_cloudwatch_log_account_policy68e4bd3
Run 'make gen'.1c1d430
Merge pull request #38161 from hashicorp/f/add-resource-sets-to-policyDependabot 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 commands and options
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 show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions