internal/fabric/config.go (8 lines): - line 61: // TODO: move sandbox default somewhere else - line 69: // TODO: update to support various field types in struct - line 73: // TODO: this should be field targeted with reflectino loop - line 77: // TODO: move these defaults somewhere else - line 109: // TODO: update to support various field types in struct - line 113: // TODO: check if group exists first - line 115: // TODO: this should be targeted to each field with reflection loop - line 126: // TODO: the input paramter should be typed to IamPolicy internal/terraform/tf.go (7 lines): - line 17: package terraform // TODO: figure out how to set stdout and stderr in tfexec and log lines - line 106: _, err = tf.Plan(ctx, tfPlanOptions...) // TODO: tf validate before - line 154: err := tf.Apply(ctx, tfApplyOptions...) // TODO: tf validate before - line 160: // TODO: return output in case the caller is interested - line 196: err := tf.Destroy(ctx, tfDestroyOptions...) // TODO: tf validate before - line 240: _, err := tf.Show(ctx) // TODO: actually catch state if no error - line 246: return "", err // TODO: actually export state cmd/configure.go (6 lines): - line 64: // global vars for other things TODO: these defaults likely belong somewhere else - line 117: // TODO: if requested, print the foundations directory path - line 201: // TODO: refactor to simple slice and iterate in method - line 218: // TODO: 10 seconds may or may not be enough for propagation - line 250: // TODO: we don't have a seed name here; just a shell - line 281: //TODO Delete these unused stanzas? cmd/seeds/dataCloud/dataCloud.go (2 lines): - line 101: ) // TODO: this can be optimized by splitting deps and stage vars - line 316: // TODO: is there a better way to do this in Cobra? cmd/seeds/foundation/foundation.go (2 lines): - line 36: FoundationDestroy = *FoundationCmd //TODO no destroy equivalent for foundation - line 80: ) // TODO: this can be optimized by splitting deps and stage vars internal/utils/fs.go (2 lines): - line 58: // TODO: don't assume 0644 perms - line 111: // TODO: This should be used in all above functions for test if exists internal/google/iam.go (2 lines): - line 28: // TODO: update to include any kind of principal - line 51: // TODO: rather than merge, is there a 'member' operation internal/google/org.go (1 line): - line 31: // TODO: move this to a method for an org struct internal/utils/out.go (1 line): - line 31: ) // TODO: this falsely lengthens then wait block by 5 seconds minimum terraform/data-cloud/outputs.tf (1 line): - line 44: # TODO: add demo commands as an output here to echo to STDOUT internal/fabric/stages.go (1 line): - line 27: const ( // TODO: move all to common file for library