📜  在 terraform 中启用提供程序插件缓存 - Html 代码示例

📅  最后修改于: 2022-03-11 14:53:02.830000             🧑  作者: Mango

代码示例1
To enable the plugin cache, use the plugin_cache_dir 
setting in the CLI configuration file

  = "$HOME/.terraform.d/plugin-cache"

Environmental Variable used to enable Plugin:---->
  
  
 can be used to enable caching or to override an existing cache directory 
 within a particular shell session.