Commit e083e5cb authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'patch-217' into 'master'

Terraform enabled by default, remove extra enablement

See merge request gitlab-org/gitlab!38983
parents e94295cc 0cace130
...@@ -26,7 +26,6 @@ below. ...@@ -26,7 +26,6 @@ below.
`/etc/gitlab/gitlab.rb` and add the following line: `/etc/gitlab/gitlab.rb` and add the following line:
```ruby ```ruby
gitlab_rails['terraform_state_enabled'] = true
gitlab_rails['terraform_state_storage_path'] = "/mnt/storage/terraform_state" gitlab_rails['terraform_state_storage_path'] = "/mnt/storage/terraform_state"
``` ```
...@@ -76,7 +75,6 @@ See [the available connection settings for different providers](object_storage.m ...@@ -76,7 +75,6 @@ See [the available connection settings for different providers](object_storage.m
the values you want: the values you want:
```ruby ```ruby
gitlab_rails['terraform_state_enabled'] = true
gitlab_rails['terraform_state_object_store_enabled'] = true gitlab_rails['terraform_state_object_store_enabled'] = true
gitlab_rails['terraform_state_object_store_remote_directory'] = "terraform" gitlab_rails['terraform_state_object_store_remote_directory'] = "terraform"
gitlab_rails['terraform_state_object_store_connection'] = { gitlab_rails['terraform_state_object_store_connection'] = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment