v1.4.3
Sync github @max-lobur (#65)
Rebuild github dir from the template
🚀 Enhancements
Update `remote-state` module @aknysh (#66)
what
- Update
remote-state
module - Add example using
bypass=true
- Update terratest
- Update Go to 1.20
why
- If
var.bypass
is set totrue
, don't call the datasources, just return the defaults
test
TestExamplesRemoteState 2023-06-02T04:23:42Z logger.go:66: Outputs:
TestExamplesRemoteState 2023-06-02T04:23:42Z logger.go:66:
TestExamplesRemoteState 2023-06-02T04:23:42Z logger.go:66: remote_state_using_context = {
TestExamplesRemoteState 2023-06-02T04:23:42Z logger.go:66: "val1" = true
TestExamplesRemoteState 2023-06-02T04:23:42Z logger.go:66: "val2" = "2"
TestExamplesRemoteState 2023-06-02T04:23:42Z logger.go:66: "val3" = 3
TestExamplesRemoteState 2023-06-02T04:23:42Z logger.go:66: "val4" = null
TestExamplesRemoteState 2023-06-02T04:23:42Z logger.go:66: }
TestExamplesRemoteState 2023-06-02T04:23:42Z logger.go:66: remote_state_using_context_ignore_errors = {
TestExamplesRemoteState 2023-06-02T04:23:42Z logger.go:66: "default_output" = "default-value"
TestExamplesRemoteState 2023-06-02T04:23:42Z logger.go:66: }
TestExamplesRemoteState 2023-06-02T04:23:42Z logger.go:66: remote_state_using_stack = {
TestExamplesRemoteState 2023-06-02T04:23:42Z logger.go:66: "val1" = true
TestExamplesRemoteState 2023-06-02T04:23:42Z logger.go:66: "val2" = "2"
TestExamplesRemoteState 2023-06-02T04:23:42Z logger.go:66: "val3" = 3
TestExamplesRemoteState 2023-06-02T04:23:42Z logger.go:66: "val4" = null
TestExamplesRemoteState 2023-06-02T04:23:42Z logger.go:66: }
TestExamplesRemoteState 2023-06-02T04:23:42Z logger.go:66: remote_state_with_bypass = {
TestExamplesRemoteState 2023-06-02T04:23:42Z logger.go:66: "default_output" = "default-value"
TestExamplesRemoteState 2023-06-02T04:23:42Z logger.go:66: }