Skip to content

Commit

Permalink
Revert "Bump com.pswidersk.terraform-plugin from 1.0.0 to 1.1.1 (#32541
Browse files Browse the repository at this point in the history
…)" (#32551)

This reverts commit d312e95.
  • Loading branch information
Abacn authored Sep 24, 2024
1 parent a79e710 commit 72d46ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion learning/tour-of-beam/terraform/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion playground/terraform/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 72d46ce

Please sign in to comment.