This is an automated email from the ASF dual-hosted git repository.
yhu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new 72d46ce0caf Revert "Bump com.pswidersk.terraform-plugin from 1.0.0 to
1.1.1 (#32541)" (#32551)
72d46ce0caf is described below
commit 72d46ce0caf8daa37f88d2de860b211e4d352c2a
Author: Yi Hu <[email protected]>
AuthorDate: Tue Sep 24 15:50:16 2024 -0400
Revert "Bump com.pswidersk.terraform-plugin from 1.0.0 to 1.1.1 (#32541)"
(#32551)
This reverts commit d312e959fa011326bbd1a87e7b1adca83a2da887.
---
learning/tour-of-beam/terraform/build.gradle.kts | 2 +-
playground/terraform/build.gradle.kts | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/learning/tour-of-beam/terraform/build.gradle.kts
b/learning/tour-of-beam/terraform/build.gradle.kts
index 3080f74a514..30d30309273 100644
--- a/learning/tour-of-beam/terraform/build.gradle.kts
+++ b/learning/tour-of-beam/terraform/build.gradle.kts
@@ -21,7 +21,7 @@ import java.io.ByteArrayOutputStream
import java.util.regex.Pattern
plugins {
- id("com.pswidersk.terraform-plugin") version "1.1.1"
+ id("com.pswidersk.terraform-plugin") version "1.0.0"
}
terraformPlugin {
diff --git a/playground/terraform/build.gradle.kts
b/playground/terraform/build.gradle.kts
index ea10fa0e94a..fb1520e50df 100644
--- a/playground/terraform/build.gradle.kts
+++ b/playground/terraform/build.gradle.kts
@@ -39,7 +39,7 @@ val licenseText =
"#############################################################
"################################################################################"
plugins {
- id("com.pswidersk.terraform-plugin") version "1.1.1"
+ id("com.pswidersk.terraform-plugin") version "1.0.0"
}
terraformPlugin {