We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30030dc commit bfd657dCopy full SHA for bfd657d
lib/manifold/terraform/project_configuration.rb
@@ -6,7 +6,7 @@ module Terraform
6
class ProjectConfiguration < Configuration
7
attr_reader :workspaces, :provider_version
8
9
- DEFAULT_TERRAFORM_GOOGLE_PROVIDER_VERSION = "6.12.0"
+ DEFAULT_TERRAFORM_GOOGLE_PROVIDER_VERSION = "6.18.1"
10
11
def initialize(workspaces, provider_version: DEFAULT_TERRAFORM_GOOGLE_PROVIDER_VERSION)
12
super()
0 commit comments