org.ysb33r.terraform.remotestate.s3
所有者: Schalk Cronjé
简化S3中Terraform远程状态的存储
https://ysb33rOrg.gitlab.io/terraform-gradle-plugin
来源: https://gitlab.com/ysb33rOrg/terraform-gradle-plugin.git
使用插件DSL
plugins {
id("org.ysb33r.terraform.remotestate.s3") version "1.1.1"
}
使用旧插件应用程序
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("org.ysb33r.gradle:terraform-gradle-base:1.1.1")
}
}
apply(plugin = "org.ysb33r.terraform.remotestate.s3")