File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
environments/site/tofu/example-backends Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ but includes some missing details and is modified for common appliance workflows
61
61
b. Otherwise create a personal access token via
62
62
User profile > Preferences > Access tokens.
63
63
The token must have ` api` scope.
64
-
64
+
65
65
Copy the generated secret and set an environment variable:
66
66
67
67
` ` ` shell
@@ -77,7 +77,7 @@ but includes some missing details and is modified for common appliance workflows
77
77
4. With the environment activated, initialise OpenTofu.
78
78
79
79
If no local state exists run:
80
-
80
+
81
81
` ` ` shell
82
82
cd environments/$ENV /tofu/
83
83
tofu init
@@ -138,7 +138,7 @@ per-checkout configuration is required.
138
138
This is the radosgw address. If not known it can be determined by creating a
139
139
public bucket, and then getting the URL using
140
140
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/...` .
142
142
143
143
5. Add the following to ` environments/$ENV /activate` :
144
144
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ variable "gitlab_access_token" {
18
18
variable "gitlab_project_id" {
19
19
type = string
20
20
description = " GitLab project ID - click 3-dot menu at the top right of project page"
21
- default = # Set this here
21
+ # default = # add here
22
22
}
23
23
24
24
locals {
Original file line number Diff line number Diff line change 1
1
variable "s3_backend_endpoint" {
2
2
type = string
3
3
description = " radosgw address without protocol or path e.g. leafcloud.store"
4
- default = # Set this here
4
+ # default = # add here
5
5
}
6
6
7
7
terraform {
You can’t perform that action at this time.
0 commit comments