terraform provider googlecalendar:@HashiCorp Terraform提供商用于管理Google日历事件 源码
Terraform Google日历提供程序 这是提供商,用于管理Google日历上的会议。 它使您可以像对待基础架构一样将“日历当作代码”一样对待! 安装 使用Terraform 0.13+。 从模块注册表中提取: terraform { required_providers { googlecalendar = { source = " sethvargo/googlecalendar " version = " ~> 0.3 " } } } 正常创建Terraform配置,然后运行terraform init : $ terraf
下载地址
用户评论