terraform/internal/plans/planfile
Martin Atkins 6a98e4720c plans/planfile: Create takes most arguments via a struct type
Previously the planfile.Create function had accumulated probably already
too many positional arguments, and I'm intending to add another one in
a subsequent commit and so this is preparation to make the callsites more
readable (subjectively) and make it clearer how we can extend this
function's arguments to include further components in a plan file.

There's no difference in observable functionality here. This is just
passing the same set of arguments in a slightly different way.
2021-10-01 14:43:58 -07:00
..
testdata/test-config Move plans/ to internal/plans/ 2021-05-17 14:09:07 -07:00
config_snapshot.go Move plans/ to internal/plans/ 2021-05-17 14:09:07 -07:00
config_snapshot_test.go Move plans/ to internal/plans/ 2021-05-17 14:09:07 -07:00
doc.go Move plans/ to internal/plans/ 2021-05-17 14:09:07 -07:00
planfile_test.go plans/planfile: Create takes most arguments via a struct type 2021-10-01 14:43:58 -07:00
reader.go Move states/ to internal/states/ 2021-05-17 14:09:07 -07:00
tfplan.go core: Simplify and centralize plugin availability checks 2021-10-01 14:43:58 -07:00
tfplan_test.go core: Simplify and centralize plugin availability checks 2021-10-01 14:43:58 -07:00
writer.go plans/planfile: Create takes most arguments via a struct type 2021-10-01 14:43:58 -07:00