We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 438cfbd commit 583dadeCopy full SHA for 583dade
internal/terraform/context_plan_actions_test.go
@@ -543,7 +543,6 @@ resource "test_object" "a" {
543
},
544
545
"expanded resource - expanded action": {
546
- //toBeImplemented: true, // TODO: Not sure why this panics
547
module: map[string]string{
548
"main.tf": `
549
action "test_unlinked" "hello" {
@@ -666,7 +665,6 @@ resource "test_object" "e" {
666
665
667
668
"failing actions cancel next ones": {
669
- toBeImplemented: true, // TODO: Look into this
670
671
672
action "test_unlinked" "failure" {}
0 commit comments