This is an automated email from the ASF dual-hosted git repository.

yhu pushed a commit to branch 
revert-32541-dependabot/gradle/com.pswidersk.terraform-plugin-1.1.1
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 488b2ee29425362dfbba16c2f3eaf7807be0c6a7
Author: Yi Hu <[email protected]>
AuthorDate: Tue Sep 24 15:19:01 2024 -0400

    Revert "Bump com.pswidersk.terraform-plugin from 1.0.0 to 1.1.1 (#32541)"
    
    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 {

Reply via email to