-
Notifications
You must be signed in to change notification settings - Fork 2
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): update github-actions minor / patch updates #150
base: main
Are you sure you want to change the base?
Conversation
7d3b651
to
a962615
Compare
Terraform plan for sandbox Plan: 2 to add, 0 to change, 0 to destroy. Changes to Outputs.Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
+ create
Terraform will perform the following actions:
# random_id.this will be created
+ resource "random_id" "this" {
+ b64_std = (known after apply)
+ b64_url = (known after apply)
+ byte_length = 4
+ dec = (known after apply)
+ hex = (known after apply)
+ id = (known after apply)
}
# random_pet.this will be created
+ resource "random_pet" "this" {
+ id = (known after apply)
+ length = 2
+ separator = "-"
}
Plan: 2 to add, 0 to change, 0 to destroy.
Changes to Outputs:
+ random_id = (known after apply)
+ random_pet = (known after apply) 📝 Plan generated in .github/workflows/_test-tf.yaml #237 |
Terraform plan in tests/terraform/s3 Plan: 2 to add, 0 to change, 0 to destroy. Changes to Outputs.Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
+ create
Terraform will perform the following actions:
# random_id.this will be created
+ resource "random_id" "this" {
+ b64_std = (known after apply)
+ b64_url = (known after apply)
+ byte_length = 4
+ dec = (known after apply)
+ hex = (known after apply)
+ id = (known after apply)
}
# random_pet.this will be created
+ resource "random_pet" "this" {
+ id = (known after apply)
+ length = 2
+ separator = "-"
}
Plan: 2 to add, 0 to change, 0 to destroy.
Changes to Outputs:
+ random_id = (known after apply)
+ random_pet = (known after apply) 📝 Plan generated in .github/workflows/_test-tf.yaml #237 |
Terraform plan for sandbox Changes to Outputs.Changes to Outputs:
+ file = <<-EOT
|------------------|
| I am an artifact |
|------------------|
EOT
You can apply this plan to save these new output values to the Terraform
state, without changing any real infrastructure. 📝 Plan generated in .github/workflows/_test-tf.yaml #237 |
a962615
to
74c4e8b
Compare
This PR contains the following updates:
6f51ac0
->65c4c4a
8ffcf53
->246b817
e041432
->04ad22e
54fa375
->394e3d6
2bf43ab
->f854603
3826115
->5aa0c6c
ce9a5c5
->ef228c1
46e4736
->4a73778
b32b51a
->67a2d40
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.