Skip to content

Commit bfd657d

Browse files
committed
bump tf
1 parent 30030dc commit bfd657d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/manifold/terraform/project_configuration.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module Terraform
66
class ProjectConfiguration < Configuration
77
attr_reader :workspaces, :provider_version
88

9-
DEFAULT_TERRAFORM_GOOGLE_PROVIDER_VERSION = "6.12.0"
9+
DEFAULT_TERRAFORM_GOOGLE_PROVIDER_VERSION = "6.18.1"
1010

1111
def initialize(workspaces, provider_version: DEFAULT_TERRAFORM_GOOGLE_PROVIDER_VERSION)
1212
super()

0 commit comments

Comments
 (0)