-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4f6a39f
commit 2c18440
Showing
184 changed files
with
331 additions
and
151 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
pkg/tests/diff_test/testdata/TestSDKv2DetailedDiffList/list_attribute/added_empty.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
pkg/tests/diff_test/testdata/TestSDKv2DetailedDiffList/list_attribute/added_non-empty.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
tests.testOutput{ | ||
changeValue: &[]string{ | ||
initialValue: nil, changeValue: &[]string{ | ||
"val1", | ||
}, | ||
tfOut: ` | ||
|
1 change: 1 addition & 0 deletions
1
pkg/tests/diff_test/testdata/TestSDKv2DetailedDiffList/list_attribute/removed_empty.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 7 additions & 3 deletions
10
pkg/tests/diff_test/testdata/TestSDKv2DetailedDiffList/list_attribute/unchanged_empty.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,15 @@ | ||
tests.testOutput{tfOut: ` | ||
tests.testOutput{ | ||
initialValue: nil, changeValue: nil, | ||
tfOut: ` | ||
No changes. Your infrastructure matches the configuration. | ||
|
||
Terraform has compared your real infrastructure against your configuration | ||
and found no differences, so no changes are needed. | ||
`, pulumiOut: `Previewing update (test): | ||
`, | ||
pulumiOut: `Previewing update (test): | ||
pulumi:pulumi:Stack: (same) | ||
[urn=urn:pulumi:test::project::pulumi:pulumi:Stack::project-test] | ||
Resources: | ||
2 unchanged | ||
`} | ||
`, | ||
} |
2 changes: 1 addition & 1 deletion
2
.../diff_test/testdata/TestSDKv2DetailedDiffList/list_attribute_force_new/added_empty.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...f_test/testdata/TestSDKv2DetailedDiffList/list_attribute_force_new/added_non-empty.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
tests.testOutput{ | ||
changeValue: &[]string{ | ||
initialValue: nil, changeValue: &[]string{ | ||
"val1", | ||
}, | ||
tfOut: ` | ||
|
1 change: 1 addition & 0 deletions
1
...iff_test/testdata/TestSDKv2DetailedDiffList/list_attribute_force_new/removed_empty.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 7 additions & 3 deletions
10
...f_test/testdata/TestSDKv2DetailedDiffList/list_attribute_force_new/unchanged_empty.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,15 @@ | ||
tests.testOutput{tfOut: ` | ||
tests.testOutput{ | ||
initialValue: nil, changeValue: nil, | ||
tfOut: ` | ||
No changes. Your infrastructure matches the configuration. | ||
|
||
Terraform has compared your real infrastructure against your configuration | ||
and found no differences, so no changes are needed. | ||
`, pulumiOut: `Previewing update (test): | ||
`, | ||
pulumiOut: `Previewing update (test): | ||
pulumi:pulumi:Stack: (same) | ||
[urn=urn:pulumi:test::project::pulumi:pulumi:Stack::project-test] | ||
Resources: | ||
2 unchanged | ||
`} | ||
`, | ||
} |
2 changes: 1 addition & 1 deletion
2
pkg/tests/diff_test/testdata/TestSDKv2DetailedDiffList/list_block/added_empty.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
pkg/tests/diff_test/testdata/TestSDKv2DetailedDiffList/list_block/added_non-empty.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
tests.testOutput{ | ||
changeValue: &[]string{ | ||
initialValue: nil, changeValue: &[]string{ | ||
"val1", | ||
}, | ||
tfOut: ` | ||
|
1 change: 1 addition & 0 deletions
1
pkg/tests/diff_test/testdata/TestSDKv2DetailedDiffList/list_block/removed_empty.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 7 additions & 3 deletions
10
pkg/tests/diff_test/testdata/TestSDKv2DetailedDiffList/list_block/unchanged_empty.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,15 @@ | ||
tests.testOutput{tfOut: ` | ||
tests.testOutput{ | ||
initialValue: nil, changeValue: nil, | ||
tfOut: ` | ||
No changes. Your infrastructure matches the configuration. | ||
|
||
Terraform has compared your real infrastructure against your configuration | ||
and found no differences, so no changes are needed. | ||
`, pulumiOut: `Previewing update (test): | ||
`, | ||
pulumiOut: `Previewing update (test): | ||
pulumi:pulumi:Stack: (same) | ||
[urn=urn:pulumi:test::project::pulumi:pulumi:Stack::project-test] | ||
Resources: | ||
2 unchanged | ||
`} | ||
`, | ||
} |
2 changes: 1 addition & 1 deletion
2
...ests/diff_test/testdata/TestSDKv2DetailedDiffList/list_block_force_new/added_empty.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../diff_test/testdata/TestSDKv2DetailedDiffList/list_block_force_new/added_non-empty.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
tests.testOutput{ | ||
changeValue: &[]string{ | ||
initialValue: nil, changeValue: &[]string{ | ||
"val1", | ||
}, | ||
tfOut: ` | ||
|
1 change: 1 addition & 0 deletions
1
...ts/diff_test/testdata/TestSDKv2DetailedDiffList/list_block_force_new/removed_empty.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 7 additions & 3 deletions
10
.../diff_test/testdata/TestSDKv2DetailedDiffList/list_block_force_new/unchanged_empty.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,15 @@ | ||
tests.testOutput{tfOut: ` | ||
tests.testOutput{ | ||
initialValue: nil, changeValue: nil, | ||
tfOut: ` | ||
No changes. Your infrastructure matches the configuration. | ||
|
||
Terraform has compared your real infrastructure against your configuration | ||
and found no differences, so no changes are needed. | ||
`, pulumiOut: `Previewing update (test): | ||
`, | ||
pulumiOut: `Previewing update (test): | ||
pulumi:pulumi:Stack: (same) | ||
[urn=urn:pulumi:test::project::pulumi:pulumi:Stack::project-test] | ||
Resources: | ||
2 unchanged | ||
`} | ||
`, | ||
} |
2 changes: 1 addition & 1 deletion
2
...ff_test/testdata/TestSDKv2DetailedDiffList/list_block_nested_force_new/added_empty.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...est/testdata/TestSDKv2DetailedDiffList/list_block_nested_force_new/added_non-empty.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
tests.testOutput{ | ||
changeValue: &[]string{ | ||
initialValue: nil, changeValue: &[]string{ | ||
"val1", | ||
}, | ||
tfOut: ` | ||
|
1 change: 1 addition & 0 deletions
1
..._test/testdata/TestSDKv2DetailedDiffList/list_block_nested_force_new/removed_empty.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 7 additions & 3 deletions
10
...est/testdata/TestSDKv2DetailedDiffList/list_block_nested_force_new/unchanged_empty.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,15 @@ | ||
tests.testOutput{tfOut: ` | ||
tests.testOutput{ | ||
initialValue: nil, changeValue: nil, | ||
tfOut: ` | ||
No changes. Your infrastructure matches the configuration. | ||
|
||
Terraform has compared your real infrastructure against your configuration | ||
and found no differences, so no changes are needed. | ||
`, pulumiOut: `Previewing update (test): | ||
`, | ||
pulumiOut: `Previewing update (test): | ||
pulumi:pulumi:Stack: (same) | ||
[urn=urn:pulumi:test::project::pulumi:pulumi:Stack::project-test] | ||
Resources: | ||
2 unchanged | ||
`} | ||
`, | ||
} |
2 changes: 1 addition & 1 deletion
2
...s/diff_test/testdata/TestSDKv2DetailedDiffList/max_items_one_attribute/added_empty.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ff_test/testdata/TestSDKv2DetailedDiffList/max_items_one_attribute/added_non-empty.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
tests.testOutput{ | ||
changeValue: &[]string{ | ||
initialValue: nil, changeValue: &[]string{ | ||
"val1", | ||
}, | ||
tfOut: ` | ||
|
1 change: 1 addition & 0 deletions
1
...diff_test/testdata/TestSDKv2DetailedDiffList/max_items_one_attribute/removed_empty.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 7 additions & 3 deletions
10
...ff_test/testdata/TestSDKv2DetailedDiffList/max_items_one_attribute/unchanged_empty.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,15 @@ | ||
tests.testOutput{tfOut: ` | ||
tests.testOutput{ | ||
initialValue: nil, changeValue: nil, | ||
tfOut: ` | ||
No changes. Your infrastructure matches the configuration. | ||
|
||
Terraform has compared your real infrastructure against your configuration | ||
and found no differences, so no changes are needed. | ||
`, pulumiOut: `Previewing update (test): | ||
`, | ||
pulumiOut: `Previewing update (test): | ||
pulumi:pulumi:Stack: (same) | ||
[urn=urn:pulumi:test::project::pulumi:pulumi:Stack::project-test] | ||
Resources: | ||
2 unchanged | ||
`} | ||
`, | ||
} |
2 changes: 1 addition & 1 deletion
2
...t/testdata/TestSDKv2DetailedDiffList/max_items_one_attribute_force_new/added_empty.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...stdata/TestSDKv2DetailedDiffList/max_items_one_attribute_force_new/added_non-empty.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
tests.testOutput{ | ||
changeValue: &[]string{ | ||
initialValue: nil, changeValue: &[]string{ | ||
"val1", | ||
}, | ||
tfOut: ` | ||
|
1 change: 1 addition & 0 deletions
1
...testdata/TestSDKv2DetailedDiffList/max_items_one_attribute_force_new/removed_empty.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 7 additions & 3 deletions
10
...stdata/TestSDKv2DetailedDiffList/max_items_one_attribute_force_new/unchanged_empty.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,15 @@ | ||
tests.testOutput{tfOut: ` | ||
tests.testOutput{ | ||
initialValue: nil, changeValue: nil, | ||
tfOut: ` | ||
No changes. Your infrastructure matches the configuration. | ||
|
||
Terraform has compared your real infrastructure against your configuration | ||
and found no differences, so no changes are needed. | ||
`, pulumiOut: `Previewing update (test): | ||
`, | ||
pulumiOut: `Previewing update (test): | ||
pulumi:pulumi:Stack: (same) | ||
[urn=urn:pulumi:test::project::pulumi:pulumi:Stack::project-test] | ||
Resources: | ||
2 unchanged | ||
`} | ||
`, | ||
} |
2 changes: 1 addition & 1 deletion
2
...tests/diff_test/testdata/TestSDKv2DetailedDiffList/max_items_one_block/added_empty.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...s/diff_test/testdata/TestSDKv2DetailedDiffList/max_items_one_block/added_non-empty.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
tests.testOutput{ | ||
changeValue: &[]string{ | ||
initialValue: nil, changeValue: &[]string{ | ||
"val1", | ||
}, | ||
tfOut: ` | ||
|
1 change: 1 addition & 0 deletions
1
...sts/diff_test/testdata/TestSDKv2DetailedDiffList/max_items_one_block/removed_empty.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 7 additions & 3 deletions
10
...s/diff_test/testdata/TestSDKv2DetailedDiffList/max_items_one_block/unchanged_empty.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,15 @@ | ||
tests.testOutput{tfOut: ` | ||
tests.testOutput{ | ||
initialValue: nil, changeValue: nil, | ||
tfOut: ` | ||
No changes. Your infrastructure matches the configuration. | ||
|
||
Terraform has compared your real infrastructure against your configuration | ||
and found no differences, so no changes are needed. | ||
`, pulumiOut: `Previewing update (test): | ||
`, | ||
pulumiOut: `Previewing update (test): | ||
pulumi:pulumi:Stack: (same) | ||
[urn=urn:pulumi:test::project::pulumi:pulumi:Stack::project-test] | ||
Resources: | ||
2 unchanged | ||
`} | ||
`, | ||
} |
2 changes: 1 addition & 1 deletion
2
..._test/testdata/TestSDKv2DetailedDiffList/max_items_one_block_force_new/added_empty.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.