-
Notifications
You must be signed in to change notification settings - Fork 0
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
Upstream merge #13
base: main
Are you sure you want to change the base?
Upstream merge #13
Conversation
Fix example workflow errors in triggers
Add variables input and deprecate vars
Update test for terraform 0.15
Fix extracting plan for terraform 0.15
These line may or may not appear depending on if the use is waiting. They should really be supressed by TF_IN_AUTOMATION....
Don't include state lock status in plan
Don't rebuild base when releasing
Test terraform version scraping
Terraform plan for test-changes-only change_then_no_changes No changes. Your infrastructure matches the configuration.
✅ Plan applied in Test changes-only PR comment #5 |
Terraform plan in tests/workflows/test-plan/error Error: Incorrect attribute value type
❌ Failed to generate plan in Test terraform-plan #8 |
Terraform plan in tests/workflows/test-plan/plan_15_4 Plan: 1 to add, 0 to change, 0 to destroy. Changes to Outputs.
📝 Plan generated in Test terraform-plan #8 |
Terraform plan in tests/workflows/test-plan/plan_13 Plan: 1 to add, 0 to change, 0 to destroy.An execution plan has been generated and is shown below.
Resource actions are indicated with the following symbols:
+ create
Terraform will perform the following actions:
# random_string.my_string will be created
+ resource "random_string" "my_string" {
+ id = (known after apply)
+ length = 11
+ lower = true
+ min_lower = 0
+ min_numeric = 0
+ min_special = 0
+ min_upper = 0
+ number = true
+ result = (known after apply)
+ special = true
+ upper = true
}
Plan: 1 to add, 0 to change, 0 to destroy. 📝 Plan generated in Test terraform-plan #8 |
Terraform plan for test-changes-only apply_when_plan_has_changed Plan: 1 to add, 0 to change, 0 to destroy.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_string.the_string[0] will be created
+ resource "random_string" "the_string" {
+ id = (known after apply)
+ length = 5
+ lower = true
+ min_lower = 0
+ min_numeric = 0
+ min_special = 0
+ min_upper = 0
+ number = true
+ result = (known after apply)
+ special = true
+ upper = true
}
Plan: 1 to add, 0 to change, 0 to destroy. ❌ Plan not applied in Test changes-only PR comment #5 (Plan has changed) |
Terraform plan in tests/workflows/test-plan/plan Plan: 1 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_string.my_string will be created
+ resource "random_string" "my_string" {
+ id = (known after apply)
+ length = 11
+ lower = true
+ min_lower = 0
+ min_numeric = 0
+ min_special = 0
+ min_upper = 0
+ number = true
+ result = (known after apply)
+ special = true
+ upper = true
}
Plan: 1 to add, 0 to change, 0 to destroy.
Changes to Outputs:
+ s = "string" 📝 Plan generated in Test terraform-plan #8 |
Terraform plan in tests/workflows/test-plan/no_changes No changes. Your infrastructure matches the configuration.
📝 Plan generated in Test terraform-plan #8 |
Terraform plan in tests/workflows/test-plan/vars Plan: 1 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_string.my_string will be created
+ resource "random_string" "my_string" {
+ id = (known after apply)
+ length = 11
+ lower = true
+ min_lower = 0
+ min_numeric = 0
+ min_special = 0
+ min_upper = 0
+ number = true
+ result = (known after apply)
+ special = true
+ upper = true
}
Plan: 1 to add, 0 to change, 0 to destroy.
Changes to Outputs:
+ complex_output = "8300:8300:tcp"
+ from_var = "single"
+ from_varfile = "monkey"
+ output_string = "the_string" 📝 Plan generated in Test terraform-plan #8 |
Terraform plan in tests/workflows/test-plan/plan_12 Plan: 1 to add, 0 to change, 0 to destroy.An execution plan has been generated and is shown below.
Resource actions are indicated with the following symbols:
+ create
Terraform will perform the following actions:
# random_string.my_string will be created
+ resource "random_string" "my_string" {
+ id = (known after apply)
+ length = 11
+ lower = true
+ min_lower = 0
+ min_numeric = 0
+ min_special = 0
+ min_upper = 0
+ number = true
+ result = (known after apply)
+ special = true
+ upper = true
}
Plan: 1 to add, 0 to change, 0 to destroy. 📝 Plan generated in Test terraform-plan #8 |
Terraform plan in tests/workflows/test-plan/plan_15 Plan: 1 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_string.my_string will be created
+ resource "random_string" "my_string" {
+ id = (known after apply)
+ length = 11
+ lower = true
+ min_lower = 0
+ min_numeric = 0
+ min_special = 0
+ min_upper = 0
+ number = true
+ result = (known after apply)
+ special = true
+ upper = true
}
Plan: 1 to add, 0 to change, 0 to destroy.
Changes to Outputs:
+ s = "string" 📝 Plan generated in Test terraform-plan #8 |
Terraform plan in tests/workflows/test-plan/plan_11 Plan: 1 to add, 0 to change, 0 to destroy.An execution plan has been generated and is shown below.
Resource actions are indicated with the following symbols:
+ create
Terraform will perform the following actions:
+ random_string.my_string
id: <computed>
length: "11"
lower: "true"
min_lower: "0"
min_numeric: "0"
min_special: "0"
min_upper: "0"
number: "true"
result: <computed>
special: "true"
upper: "true"
Plan: 1 to add, 0 to change, 0 to destroy. 📝 Plan generated in Test terraform-plan #8 |
Terraform plan for test-target-replace plan_targeting No changes. Your infrastructure matches the configuration.
📝 Plan generated in Test plan target and replace #4 |
Terraform plan in tests/workflows/test-plan/plan_14 Plan: 1 to add, 0 to change, 0 to destroy. Changes to Outputs.An execution plan has been generated and is shown below.
Resource actions are indicated with the following symbols:
+ create
Terraform will perform the following actions:
# random_string.my_string will be created
+ resource "random_string" "my_string" {
+ id = (known after apply)
+ length = 11
+ lower = true
+ min_lower = 0
+ min_numeric = 0
+ min_special = 0
+ min_upper = 0
+ number = true
+ result = (known after apply)
+ special = true
+ upper = true
}
Plan: 1 to add, 0 to change, 0 to destroy.
Changes to Outputs:
+ s = "string" 📝 Plan generated in Test terraform-plan #8 |
Terraform plan for test-plan default_path Plan: 1 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_string.my_string will be created
+ resource "random_string" "my_string" {
+ id = (known after apply)
+ length = 11
+ lower = true
+ min_lower = 0
+ min_numeric = 0
+ min_special = 0
+ min_upper = 0
+ number = true
+ result = (known after apply)
+ special = true
+ upper = true
}
Plan: 1 to add, 0 to change, 0 to destroy.
Changes to Outputs:
+ s = "string" 📝 Plan generated in Test terraform-plan #8 |
Terraform plan for test-apply apply_label Plan: 1 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_string.my_string will be created
+ resource "random_string" "my_string" {
+ id = (known after apply)
+ length = 11
+ lower = true
+ min_lower = 0
+ min_numeric = 0
+ min_special = 0
+ min_upper = 0
+ number = true
+ result = (known after apply)
+ special = true
+ upper = true
}
Plan: 1 to add, 0 to change, 0 to destroy.
Changes to Outputs:
+ complex_output = "8300:8300:tcp"
+ from_var = "world"
+ from_varfile = "monkey"
+ output_string = "the_string" ✅ Plan applied in Test terraform-apply #8 |
Terraform plan in tests/workflows/test-target-replace Plan: 1 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_string.count[0] will be created
+ resource "random_string" "count" {
+ id = (known after apply)
+ length = 5
+ lower = true
+ min_lower = 0
+ min_numeric = 0
+ min_special = 0
+ min_upper = 0
+ number = true
+ result = (known after apply)
+ special = false
+ upper = true
}
Plan: 1 to add, 0 to change, 0 to destroy.
Changes to Outputs:
+ count = (known after apply)
Warning: Resource targeting is in effect
You are creating a plan with the -target option, which means that the result
of this plan may not represent all of the changes requested by the current
configuration.
The -target option is not for routine use, and is provided only for
exceptional situations such as recovering from errors or mistakes, or when
Terraform specifically suggests to use it as part of an error message. ✅ Plan applied in Test plan target and replace #4 |
Terraform plan for test-apply apply_refresh 1 Plan: 1 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_string.my_string will be created
+ resource "random_string" "my_string" {
+ id = (known after apply)
+ length = 10
+ lower = true
+ min_lower = 0
+ min_numeric = 0
+ min_special = 0
+ min_upper = 0
+ number = true
+ result = (known after apply)
+ special = true
+ upper = true
}
Plan: 1 to add, 0 to change, 0 to destroy.
Changes to Outputs:
+ s = {
+ id = (known after apply)
+ keepers = null
+ length = 10
+ lower = true
+ min_lower = 0
+ min_numeric = 0
+ min_special = 0
+ min_upper = 0
+ number = true
+ override_special = null
+ result = (known after apply)
+ special = true
+ upper = true
} ✅ Plan applied in Test terraform-apply #8 |
Terraform plan for test-apply apply_variables Plan: 1 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_string.my_string will be created
+ resource "random_string" "my_string" {
+ id = (known after apply)
+ length = 11
+ lower = true
+ min_lower = 0
+ min_numeric = 0
+ min_special = 0
+ min_upper = 0
+ number = true
+ result = (known after apply)
+ special = true
+ upper = true
}
Plan: 1 to add, 0 to change, 0 to destroy.
Changes to Outputs:
+ complex_output = "2000:3000:udp,4000:5000:tcp"
+ from_var = "hello"
+ from_varfile = "monkey"
+ output_string = "the_string" ✅ Plan applied in Test terraform-apply #8 |
Terraform plan for test-apply apply_with_pre_run Plan: 1 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_string.my_string will be created
+ resource "random_string" "my_string" {
+ id = (known after apply)
+ length = 11
+ lower = true
+ min_lower = 0
+ min_numeric = 0
+ min_special = 0
+ min_upper = 0
+ number = true
+ result = (known after apply)
+ special = true
+ upper = true
}
Plan: 1 to add, 0 to change, 0 to destroy.
Changes to Outputs:
+ output_string = "the_string" ✅ Plan applied in Test terraform-apply #8 |
Terraform plan in tests/workflows/test-apply/deprecated_var Plan: 1 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_string.my_string will be created
+ resource "random_string" "my_string" {
+ id = (known after apply)
+ length = 11
+ lower = true
+ min_lower = 0
+ min_numeric = 0
+ min_special = 0
+ min_upper = 0
+ number = true
+ result = (known after apply)
+ special = true
+ upper = true
}
Plan: 1 to add, 0 to change, 0 to destroy.
Changes to Outputs:
+ complex_output = "8300:8300:tcp"
+ from_var = "this should be overridden"
+ from_varfile = "monkey"
+ output_string = "the_string" ✅ Plan applied in Test terraform-apply #8 |
Terraform plan for test-apply apply Plan: 1 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_string.my_string will be created
+ resource "random_string" "my_string" {
+ id = (known after apply)
+ length = 11
+ lower = true
+ min_lower = 0
+ min_numeric = 0
+ min_special = 0
+ min_upper = 0
+ number = true
+ result = (known after apply)
+ special = true
+ upper = true
}
Plan: 1 to add, 0 to change, 0 to destroy.
Changes to Outputs:
+ output_string = "the_string" ✅ Plan applied in Test terraform-apply #8 |
Terraform plan for test-apply apply_apply_error Error: error configuring Terraform AWS Provider: no valid credential sources for Terraform AWS Provider found.
❌ Failed to generate plan in Test terraform-apply #8 |
Terraform plan for test-apply apply_refresh 2 Plan: 1 to add, 0 to change, 1 to destroy. Changes to Outputs.Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
-/+ destroy and then create replacement
Terraform will perform the following actions:
# random_string.my_string must be replaced
-/+ resource "random_string" "my_string" {
~ id = "**********" -> (known after apply)
~ length = 10 -> 20 # forces replacement
~ result = "**********" -> (known after apply)
# (8 unchanged attributes hidden)
}
Plan: 1 to add, 0 to change, 1 to destroy.
Changes to Outputs:
~ s = {
~ id = "**********" -> (known after apply)
~ length = 10 -> 20
~ result = "**********" -> (known after apply)
# (10 unchanged elements hidden)
} ✅ Plan applied in Test terraform-apply #8 |
Terraform plan in tests/workflows/test-target-replace Plan: 1 to add, 0 to change, 0 to destroy. Changes to Outputs.
✅ Plan applied in Test plan target and replace #4 |
Terraform plan in tests/workflows/test-target-replace Plan: 1 to add, 0 to change, 1 to destroy. Changes to Outputs.
✅ Plan applied in Test plan target and replace #4 |
Terraform plan in tests/workflows/test-target-replace Plan: 2 to add, 0 to change, 2 to destroy. Changes to Outputs.
✅ Plan applied in Test plan target and replace #4 |
Let's see if this merges cleanly