我的用例是,例如,我的主。Tf正在创建4个资源
resource "a" {}
resource "b" {}
resource "c" {}
resource "d" {}
所以资源"d"需要提供shell环境。那么,有一种方法,我可以导出一个shell环境变量(export username = test)在资源"c"?
使用terraform可以使用module
local-exec
,然后从那里开始学习bash技能。包括捕获终端环境