github_com-hashicorp-terraform-exec-tfexec.go 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331
  1. // Code generated by 'yaegi extract github.com/hashicorp/terraform-exec/tfexec'. DO NOT EDIT.
  2. package symbols
  3. import (
  4. "github.com/hashicorp/terraform-exec/tfexec"
  5. "reflect"
  6. )
  7. func init() {
  8. Symbols["github.com/hashicorp/terraform-exec/tfexec/tfexec"] = map[string]reflect.Value{
  9. // function, constant and variable definitions
  10. "AllowDeferral": reflect.ValueOf(tfexec.AllowDeferral),
  11. "AllowMissing": reflect.ValueOf(tfexec.AllowMissing),
  12. "AllowMissingConfig": reflect.ValueOf(tfexec.AllowMissingConfig),
  13. "Backend": reflect.ValueOf(tfexec.Backend),
  14. "BackendConfig": reflect.ValueOf(tfexec.BackendConfig),
  15. "Backup": reflect.ValueOf(tfexec.Backup),
  16. "BackupOut": reflect.ValueOf(tfexec.BackupOut),
  17. "CleanEnv": reflect.ValueOf(tfexec.CleanEnv),
  18. "Config": reflect.ValueOf(tfexec.Config),
  19. "CopyState": reflect.ValueOf(tfexec.CopyState),
  20. "Destroy": reflect.ValueOf(tfexec.Destroy),
  21. "Dir": reflect.ValueOf(tfexec.Dir),
  22. "DirOrPlan": reflect.ValueOf(tfexec.DirOrPlan),
  23. "DisableBackup": reflect.ValueOf(tfexec.DisableBackup),
  24. "DrawCycles": reflect.ValueOf(tfexec.DrawCycles),
  25. "DryRun": reflect.ValueOf(tfexec.DryRun),
  26. "FSMirror": reflect.ValueOf(tfexec.FSMirror),
  27. "Force": reflect.ValueOf(tfexec.Force),
  28. "ForceCopy": reflect.ValueOf(tfexec.ForceCopy),
  29. "FormatString": reflect.ValueOf(tfexec.FormatString),
  30. "FromModule": reflect.ValueOf(tfexec.FromModule),
  31. "GenerateConfigOut": reflect.ValueOf(tfexec.GenerateConfigOut),
  32. "Get": reflect.ValueOf(tfexec.Get),
  33. "GetPlugins": reflect.ValueOf(tfexec.GetPlugins),
  34. "GraphPlan": reflect.ValueOf(tfexec.GraphPlan),
  35. "GraphType": reflect.ValueOf(tfexec.GraphType),
  36. "JSONNumber": reflect.ValueOf(tfexec.JSONNumber),
  37. "Lock": reflect.ValueOf(tfexec.Lock),
  38. "LockFile": reflect.ValueOf(tfexec.LockFile),
  39. "LockTimeout": reflect.ValueOf(tfexec.LockTimeout),
  40. "NetMirror": reflect.ValueOf(tfexec.NetMirror),
  41. "NewTerraform": reflect.ValueOf(tfexec.NewTerraform),
  42. "Out": reflect.ValueOf(tfexec.Out),
  43. "Parallelism": reflect.ValueOf(tfexec.Parallelism),
  44. "Platform": reflect.ValueOf(tfexec.Platform),
  45. "PluginDir": reflect.ValueOf(tfexec.PluginDir),
  46. "ProhibitedEnv": reflect.ValueOf(tfexec.ProhibitedEnv),
  47. "Provider": reflect.ValueOf(tfexec.Provider),
  48. "Reattach": reflect.ValueOf(tfexec.Reattach),
  49. "Reconfigure": reflect.ValueOf(tfexec.Reconfigure),
  50. "Recursive": reflect.ValueOf(tfexec.Recursive),
  51. "Refresh": reflect.ValueOf(tfexec.Refresh),
  52. "RefreshOnly": reflect.ValueOf(tfexec.RefreshOnly),
  53. "Replace": reflect.ValueOf(tfexec.Replace),
  54. "State": reflect.ValueOf(tfexec.State),
  55. "StateOut": reflect.ValueOf(tfexec.StateOut),
  56. "Target": reflect.ValueOf(tfexec.Target),
  57. "TestsDirectory": reflect.ValueOf(tfexec.TestsDirectory),
  58. "Update": reflect.ValueOf(tfexec.Update),
  59. "Upgrade": reflect.ValueOf(tfexec.Upgrade),
  60. "Var": reflect.ValueOf(tfexec.Var),
  61. "VarFile": reflect.ValueOf(tfexec.VarFile),
  62. "VerifyPlugins": reflect.ValueOf(tfexec.VerifyPlugins),
  63. // type definitions
  64. "AllowDeferralOption": reflect.ValueOf((*tfexec.AllowDeferralOption)(nil)),
  65. "AllowMissingConfigOption": reflect.ValueOf((*tfexec.AllowMissingConfigOption)(nil)),
  66. "AllowMissingOption": reflect.ValueOf((*tfexec.AllowMissingOption)(nil)),
  67. "ApplyOption": reflect.ValueOf((*tfexec.ApplyOption)(nil)),
  68. "BackendConfigOption": reflect.ValueOf((*tfexec.BackendConfigOption)(nil)),
  69. "BackendOption": reflect.ValueOf((*tfexec.BackendOption)(nil)),
  70. "BackupOption": reflect.ValueOf((*tfexec.BackupOption)(nil)),
  71. "BackupOutOption": reflect.ValueOf((*tfexec.BackupOutOption)(nil)),
  72. "ConfigOption": reflect.ValueOf((*tfexec.ConfigOption)(nil)),
  73. "CopyStateOption": reflect.ValueOf((*tfexec.CopyStateOption)(nil)),
  74. "DestroyFlagOption": reflect.ValueOf((*tfexec.DestroyFlagOption)(nil)),
  75. "DestroyOption": reflect.ValueOf((*tfexec.DestroyOption)(nil)),
  76. "DirOption": reflect.ValueOf((*tfexec.DirOption)(nil)),
  77. "DirOrPlanOption": reflect.ValueOf((*tfexec.DirOrPlanOption)(nil)),
  78. "DrawCyclesOption": reflect.ValueOf((*tfexec.DrawCyclesOption)(nil)),
  79. "DryRunOption": reflect.ValueOf((*tfexec.DryRunOption)(nil)),
  80. "ErrManualEnvVar": reflect.ValueOf((*tfexec.ErrManualEnvVar)(nil)),
  81. "ErrNoSuitableBinary": reflect.ValueOf((*tfexec.ErrNoSuitableBinary)(nil)),
  82. "ErrVersionMismatch": reflect.ValueOf((*tfexec.ErrVersionMismatch)(nil)),
  83. "FSMirrorOption": reflect.ValueOf((*tfexec.FSMirrorOption)(nil)),
  84. "ForceCopyOption": reflect.ValueOf((*tfexec.ForceCopyOption)(nil)),
  85. "ForceOption": reflect.ValueOf((*tfexec.ForceOption)(nil)),
  86. "ForceUnlockOption": reflect.ValueOf((*tfexec.ForceUnlockOption)(nil)),
  87. "FormatOption": reflect.ValueOf((*tfexec.FormatOption)(nil)),
  88. "FromModuleOption": reflect.ValueOf((*tfexec.FromModuleOption)(nil)),
  89. "GenerateConfigOutOption": reflect.ValueOf((*tfexec.GenerateConfigOutOption)(nil)),
  90. "GetCmdOption": reflect.ValueOf((*tfexec.GetCmdOption)(nil)),
  91. "GetOption": reflect.ValueOf((*tfexec.GetOption)(nil)),
  92. "GetPluginsOption": reflect.ValueOf((*tfexec.GetPluginsOption)(nil)),
  93. "GraphOption": reflect.ValueOf((*tfexec.GraphOption)(nil)),
  94. "GraphPlanOption": reflect.ValueOf((*tfexec.GraphPlanOption)(nil)),
  95. "GraphTypeOption": reflect.ValueOf((*tfexec.GraphTypeOption)(nil)),
  96. "ImportOption": reflect.ValueOf((*tfexec.ImportOption)(nil)),
  97. "InitOption": reflect.ValueOf((*tfexec.InitOption)(nil)),
  98. "LockFileOption": reflect.ValueOf((*tfexec.LockFileOption)(nil)),
  99. "LockOption": reflect.ValueOf((*tfexec.LockOption)(nil)),
  100. "LockTimeoutOption": reflect.ValueOf((*tfexec.LockTimeoutOption)(nil)),
  101. "NetMirrorOption": reflect.ValueOf((*tfexec.NetMirrorOption)(nil)),
  102. "NextMessage": reflect.ValueOf((*tfexec.NextMessage)(nil)),
  103. "OutOption": reflect.ValueOf((*tfexec.OutOption)(nil)),
  104. "OutputMeta": reflect.ValueOf((*tfexec.OutputMeta)(nil)),
  105. "OutputOption": reflect.ValueOf((*tfexec.OutputOption)(nil)),
  106. "ParallelismOption": reflect.ValueOf((*tfexec.ParallelismOption)(nil)),
  107. "PlanOption": reflect.ValueOf((*tfexec.PlanOption)(nil)),
  108. "PlatformOption": reflect.ValueOf((*tfexec.PlatformOption)(nil)),
  109. "PluginDirOption": reflect.ValueOf((*tfexec.PluginDirOption)(nil)),
  110. "ProviderOption": reflect.ValueOf((*tfexec.ProviderOption)(nil)),
  111. "ProvidersLockOption": reflect.ValueOf((*tfexec.ProvidersLockOption)(nil)),
  112. "ProvidersMirrorOption": reflect.ValueOf((*tfexec.ProvidersMirrorOption)(nil)),
  113. "QueryOption": reflect.ValueOf((*tfexec.QueryOption)(nil)),
  114. "ReattachConfig": reflect.ValueOf((*tfexec.ReattachConfig)(nil)),
  115. "ReattachConfigAddr": reflect.ValueOf((*tfexec.ReattachConfigAddr)(nil)),
  116. "ReattachInfo": reflect.ValueOf((*tfexec.ReattachInfo)(nil)),
  117. "ReattachOption": reflect.ValueOf((*tfexec.ReattachOption)(nil)),
  118. "ReconfigureOption": reflect.ValueOf((*tfexec.ReconfigureOption)(nil)),
  119. "RecursiveOption": reflect.ValueOf((*tfexec.RecursiveOption)(nil)),
  120. "RefreshCmdOption": reflect.ValueOf((*tfexec.RefreshCmdOption)(nil)),
  121. "RefreshOnlyOption": reflect.ValueOf((*tfexec.RefreshOnlyOption)(nil)),
  122. "RefreshOption": reflect.ValueOf((*tfexec.RefreshOption)(nil)),
  123. "ReplaceOption": reflect.ValueOf((*tfexec.ReplaceOption)(nil)),
  124. "ShowOption": reflect.ValueOf((*tfexec.ShowOption)(nil)),
  125. "StateMvCmdOption": reflect.ValueOf((*tfexec.StateMvCmdOption)(nil)),
  126. "StateOption": reflect.ValueOf((*tfexec.StateOption)(nil)),
  127. "StateOutOption": reflect.ValueOf((*tfexec.StateOutOption)(nil)),
  128. "StatePullOption": reflect.ValueOf((*tfexec.StatePullOption)(nil)),
  129. "StatePushCmdOption": reflect.ValueOf((*tfexec.StatePushCmdOption)(nil)),
  130. "StateRmCmdOption": reflect.ValueOf((*tfexec.StateRmCmdOption)(nil)),
  131. "TaintOption": reflect.ValueOf((*tfexec.TaintOption)(nil)),
  132. "TargetOption": reflect.ValueOf((*tfexec.TargetOption)(nil)),
  133. "Terraform": reflect.ValueOf((*tfexec.Terraform)(nil)),
  134. "TestOption": reflect.ValueOf((*tfexec.TestOption)(nil)),
  135. "TestsDirectoryOption": reflect.ValueOf((*tfexec.TestsDirectoryOption)(nil)),
  136. "UntaintOption": reflect.ValueOf((*tfexec.UntaintOption)(nil)),
  137. "UpdateOption": reflect.ValueOf((*tfexec.UpdateOption)(nil)),
  138. "Upgrade012Option": reflect.ValueOf((*tfexec.Upgrade012Option)(nil)),
  139. "Upgrade013Option": reflect.ValueOf((*tfexec.Upgrade013Option)(nil)),
  140. "UpgradeOption": reflect.ValueOf((*tfexec.UpgradeOption)(nil)),
  141. "UseJSONNumberOption": reflect.ValueOf((*tfexec.UseJSONNumberOption)(nil)),
  142. "VarFileOption": reflect.ValueOf((*tfexec.VarFileOption)(nil)),
  143. "VarOption": reflect.ValueOf((*tfexec.VarOption)(nil)),
  144. "VerifyPluginsOption": reflect.ValueOf((*tfexec.VerifyPluginsOption)(nil)),
  145. "WorkspaceDeleteCmdOption": reflect.ValueOf((*tfexec.WorkspaceDeleteCmdOption)(nil)),
  146. "WorkspaceListOption": reflect.ValueOf((*tfexec.WorkspaceListOption)(nil)),
  147. "WorkspaceNewCmdOption": reflect.ValueOf((*tfexec.WorkspaceNewCmdOption)(nil)),
  148. "WorkspaceSelectOption": reflect.ValueOf((*tfexec.WorkspaceSelectOption)(nil)),
  149. "WorkspaceShowOption": reflect.ValueOf((*tfexec.WorkspaceShowOption)(nil)),
  150. // interface wrapper definitions
  151. "_ApplyOption": reflect.ValueOf((*_github_com_hashicorp_terraform_exec_tfexec_ApplyOption)(nil)),
  152. "_DestroyOption": reflect.ValueOf((*_github_com_hashicorp_terraform_exec_tfexec_DestroyOption)(nil)),
  153. "_ForceUnlockOption": reflect.ValueOf((*_github_com_hashicorp_terraform_exec_tfexec_ForceUnlockOption)(nil)),
  154. "_FormatOption": reflect.ValueOf((*_github_com_hashicorp_terraform_exec_tfexec_FormatOption)(nil)),
  155. "_GetCmdOption": reflect.ValueOf((*_github_com_hashicorp_terraform_exec_tfexec_GetCmdOption)(nil)),
  156. "_GraphOption": reflect.ValueOf((*_github_com_hashicorp_terraform_exec_tfexec_GraphOption)(nil)),
  157. "_ImportOption": reflect.ValueOf((*_github_com_hashicorp_terraform_exec_tfexec_ImportOption)(nil)),
  158. "_InitOption": reflect.ValueOf((*_github_com_hashicorp_terraform_exec_tfexec_InitOption)(nil)),
  159. "_OutputOption": reflect.ValueOf((*_github_com_hashicorp_terraform_exec_tfexec_OutputOption)(nil)),
  160. "_PlanOption": reflect.ValueOf((*_github_com_hashicorp_terraform_exec_tfexec_PlanOption)(nil)),
  161. "_ProvidersLockOption": reflect.ValueOf((*_github_com_hashicorp_terraform_exec_tfexec_ProvidersLockOption)(nil)),
  162. "_ProvidersMirrorOption": reflect.ValueOf((*_github_com_hashicorp_terraform_exec_tfexec_ProvidersMirrorOption)(nil)),
  163. "_QueryOption": reflect.ValueOf((*_github_com_hashicorp_terraform_exec_tfexec_QueryOption)(nil)),
  164. "_RefreshCmdOption": reflect.ValueOf((*_github_com_hashicorp_terraform_exec_tfexec_RefreshCmdOption)(nil)),
  165. "_ShowOption": reflect.ValueOf((*_github_com_hashicorp_terraform_exec_tfexec_ShowOption)(nil)),
  166. "_StateMvCmdOption": reflect.ValueOf((*_github_com_hashicorp_terraform_exec_tfexec_StateMvCmdOption)(nil)),
  167. "_StatePullOption": reflect.ValueOf((*_github_com_hashicorp_terraform_exec_tfexec_StatePullOption)(nil)),
  168. "_StatePushCmdOption": reflect.ValueOf((*_github_com_hashicorp_terraform_exec_tfexec_StatePushCmdOption)(nil)),
  169. "_StateRmCmdOption": reflect.ValueOf((*_github_com_hashicorp_terraform_exec_tfexec_StateRmCmdOption)(nil)),
  170. "_TaintOption": reflect.ValueOf((*_github_com_hashicorp_terraform_exec_tfexec_TaintOption)(nil)),
  171. "_TestOption": reflect.ValueOf((*_github_com_hashicorp_terraform_exec_tfexec_TestOption)(nil)),
  172. "_UntaintOption": reflect.ValueOf((*_github_com_hashicorp_terraform_exec_tfexec_UntaintOption)(nil)),
  173. "_Upgrade012Option": reflect.ValueOf((*_github_com_hashicorp_terraform_exec_tfexec_Upgrade012Option)(nil)),
  174. "_Upgrade013Option": reflect.ValueOf((*_github_com_hashicorp_terraform_exec_tfexec_Upgrade013Option)(nil)),
  175. "_WorkspaceDeleteCmdOption": reflect.ValueOf((*_github_com_hashicorp_terraform_exec_tfexec_WorkspaceDeleteCmdOption)(nil)),
  176. "_WorkspaceListOption": reflect.ValueOf((*_github_com_hashicorp_terraform_exec_tfexec_WorkspaceListOption)(nil)),
  177. "_WorkspaceNewCmdOption": reflect.ValueOf((*_github_com_hashicorp_terraform_exec_tfexec_WorkspaceNewCmdOption)(nil)),
  178. "_WorkspaceSelectOption": reflect.ValueOf((*_github_com_hashicorp_terraform_exec_tfexec_WorkspaceSelectOption)(nil)),
  179. "_WorkspaceShowOption": reflect.ValueOf((*_github_com_hashicorp_terraform_exec_tfexec_WorkspaceShowOption)(nil)),
  180. }
  181. }
  182. // _github_com_hashicorp_terraform_exec_tfexec_ApplyOption is an interface wrapper for ApplyOption type
  183. type _github_com_hashicorp_terraform_exec_tfexec_ApplyOption struct {
  184. IValue interface{}
  185. }
  186. // _github_com_hashicorp_terraform_exec_tfexec_DestroyOption is an interface wrapper for DestroyOption type
  187. type _github_com_hashicorp_terraform_exec_tfexec_DestroyOption struct {
  188. IValue interface{}
  189. }
  190. // _github_com_hashicorp_terraform_exec_tfexec_ForceUnlockOption is an interface wrapper for ForceUnlockOption type
  191. type _github_com_hashicorp_terraform_exec_tfexec_ForceUnlockOption struct {
  192. IValue interface{}
  193. }
  194. // _github_com_hashicorp_terraform_exec_tfexec_FormatOption is an interface wrapper for FormatOption type
  195. type _github_com_hashicorp_terraform_exec_tfexec_FormatOption struct {
  196. IValue interface{}
  197. }
  198. // _github_com_hashicorp_terraform_exec_tfexec_GetCmdOption is an interface wrapper for GetCmdOption type
  199. type _github_com_hashicorp_terraform_exec_tfexec_GetCmdOption struct {
  200. IValue interface{}
  201. }
  202. // _github_com_hashicorp_terraform_exec_tfexec_GraphOption is an interface wrapper for GraphOption type
  203. type _github_com_hashicorp_terraform_exec_tfexec_GraphOption struct {
  204. IValue interface{}
  205. }
  206. // _github_com_hashicorp_terraform_exec_tfexec_ImportOption is an interface wrapper for ImportOption type
  207. type _github_com_hashicorp_terraform_exec_tfexec_ImportOption struct {
  208. IValue interface{}
  209. }
  210. // _github_com_hashicorp_terraform_exec_tfexec_InitOption is an interface wrapper for InitOption type
  211. type _github_com_hashicorp_terraform_exec_tfexec_InitOption struct {
  212. IValue interface{}
  213. }
  214. // _github_com_hashicorp_terraform_exec_tfexec_OutputOption is an interface wrapper for OutputOption type
  215. type _github_com_hashicorp_terraform_exec_tfexec_OutputOption struct {
  216. IValue interface{}
  217. }
  218. // _github_com_hashicorp_terraform_exec_tfexec_PlanOption is an interface wrapper for PlanOption type
  219. type _github_com_hashicorp_terraform_exec_tfexec_PlanOption struct {
  220. IValue interface{}
  221. }
  222. // _github_com_hashicorp_terraform_exec_tfexec_ProvidersLockOption is an interface wrapper for ProvidersLockOption type
  223. type _github_com_hashicorp_terraform_exec_tfexec_ProvidersLockOption struct {
  224. IValue interface{}
  225. }
  226. // _github_com_hashicorp_terraform_exec_tfexec_ProvidersMirrorOption is an interface wrapper for ProvidersMirrorOption type
  227. type _github_com_hashicorp_terraform_exec_tfexec_ProvidersMirrorOption struct {
  228. IValue interface{}
  229. }
  230. // _github_com_hashicorp_terraform_exec_tfexec_QueryOption is an interface wrapper for QueryOption type
  231. type _github_com_hashicorp_terraform_exec_tfexec_QueryOption struct {
  232. IValue interface{}
  233. }
  234. // _github_com_hashicorp_terraform_exec_tfexec_RefreshCmdOption is an interface wrapper for RefreshCmdOption type
  235. type _github_com_hashicorp_terraform_exec_tfexec_RefreshCmdOption struct {
  236. IValue interface{}
  237. }
  238. // _github_com_hashicorp_terraform_exec_tfexec_ShowOption is an interface wrapper for ShowOption type
  239. type _github_com_hashicorp_terraform_exec_tfexec_ShowOption struct {
  240. IValue interface{}
  241. }
  242. // _github_com_hashicorp_terraform_exec_tfexec_StateMvCmdOption is an interface wrapper for StateMvCmdOption type
  243. type _github_com_hashicorp_terraform_exec_tfexec_StateMvCmdOption struct {
  244. IValue interface{}
  245. }
  246. // _github_com_hashicorp_terraform_exec_tfexec_StatePullOption is an interface wrapper for StatePullOption type
  247. type _github_com_hashicorp_terraform_exec_tfexec_StatePullOption struct {
  248. IValue interface{}
  249. }
  250. // _github_com_hashicorp_terraform_exec_tfexec_StatePushCmdOption is an interface wrapper for StatePushCmdOption type
  251. type _github_com_hashicorp_terraform_exec_tfexec_StatePushCmdOption struct {
  252. IValue interface{}
  253. }
  254. // _github_com_hashicorp_terraform_exec_tfexec_StateRmCmdOption is an interface wrapper for StateRmCmdOption type
  255. type _github_com_hashicorp_terraform_exec_tfexec_StateRmCmdOption struct {
  256. IValue interface{}
  257. }
  258. // _github_com_hashicorp_terraform_exec_tfexec_TaintOption is an interface wrapper for TaintOption type
  259. type _github_com_hashicorp_terraform_exec_tfexec_TaintOption struct {
  260. IValue interface{}
  261. }
  262. // _github_com_hashicorp_terraform_exec_tfexec_TestOption is an interface wrapper for TestOption type
  263. type _github_com_hashicorp_terraform_exec_tfexec_TestOption struct {
  264. IValue interface{}
  265. }
  266. // _github_com_hashicorp_terraform_exec_tfexec_UntaintOption is an interface wrapper for UntaintOption type
  267. type _github_com_hashicorp_terraform_exec_tfexec_UntaintOption struct {
  268. IValue interface{}
  269. }
  270. // _github_com_hashicorp_terraform_exec_tfexec_Upgrade012Option is an interface wrapper for Upgrade012Option type
  271. type _github_com_hashicorp_terraform_exec_tfexec_Upgrade012Option struct {
  272. IValue interface{}
  273. }
  274. // _github_com_hashicorp_terraform_exec_tfexec_Upgrade013Option is an interface wrapper for Upgrade013Option type
  275. type _github_com_hashicorp_terraform_exec_tfexec_Upgrade013Option struct {
  276. IValue interface{}
  277. }
  278. // _github_com_hashicorp_terraform_exec_tfexec_WorkspaceDeleteCmdOption is an interface wrapper for WorkspaceDeleteCmdOption type
  279. type _github_com_hashicorp_terraform_exec_tfexec_WorkspaceDeleteCmdOption struct {
  280. IValue interface{}
  281. }
  282. // _github_com_hashicorp_terraform_exec_tfexec_WorkspaceListOption is an interface wrapper for WorkspaceListOption type
  283. type _github_com_hashicorp_terraform_exec_tfexec_WorkspaceListOption struct {
  284. IValue interface{}
  285. }
  286. // _github_com_hashicorp_terraform_exec_tfexec_WorkspaceNewCmdOption is an interface wrapper for WorkspaceNewCmdOption type
  287. type _github_com_hashicorp_terraform_exec_tfexec_WorkspaceNewCmdOption struct {
  288. IValue interface{}
  289. }
  290. // _github_com_hashicorp_terraform_exec_tfexec_WorkspaceSelectOption is an interface wrapper for WorkspaceSelectOption type
  291. type _github_com_hashicorp_terraform_exec_tfexec_WorkspaceSelectOption struct {
  292. IValue interface{}
  293. }
  294. // _github_com_hashicorp_terraform_exec_tfexec_WorkspaceShowOption is an interface wrapper for WorkspaceShowOption type
  295. type _github_com_hashicorp_terraform_exec_tfexec_WorkspaceShowOption struct {
  296. IValue interface{}
  297. }