Skip to content

Commit 1087632

Browse files
committed
fix linting
1 parent 4fb4383 commit 1087632

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/opentofu-remote-state.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ but includes some missing details and is modified for common appliance workflows
6161
b. Otherwise create a personal access token via
6262
User profile > Preferences > Access tokens.
6363
The token must have `api` scope.
64-
64+
6565
Copy the generated secret and set an environment variable:
6666

6767
```shell
@@ -77,7 +77,7 @@ but includes some missing details and is modified for common appliance workflows
7777
4. With the environment activated, initialise OpenTofu.
7878

7979
If no local state exists run:
80-
80+
8181
```shell
8282
cd environments/$ENV/tofu/
8383
tofu init
@@ -138,7 +138,7 @@ per-checkout configuration is required.
138138
This is the radosgw address. If not known it can be determined by creating a
139139
public bucket, and then getting the URL using
140140
Project > Containers > (your public bucket) > Link
141-
which provides an URL of the form `https://$ENDPOINT/swift/...`.
141+
which provides a URL of the form `https://$ENDPOINT/swift/...`.
142142

143143
5. Add the following to `environments/$ENV/activate`:
144144

environments/site/tofu/example-backends/gitlab.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ variable "gitlab_access_token" {
1818
variable "gitlab_project_id" {
1919
type = string
2020
description = "GitLab project ID - click 3-dot menu at the top right of project page"
21-
default = # Set this here
21+
#default = # add here
2222
}
2323

2424
locals {

environments/site/tofu/example-backends/s3.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
variable "s3_backend_endpoint" {
22
type = string
33
description = "radosgw address without protocol or path e.g. leafcloud.store"
4-
default = # Set this here
4+
#default = # add here
55
}
66

77
terraform {

0 commit comments

Comments
 (0)