Skip to content

Commit f4ecf64

Browse files
committed
updated get-started doc
1 parent 678e443 commit f4ecf64

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

content/en/docs/getting-started/kahuna-setup.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,13 @@ resource "cloudflare_dns_record" "kowabunga" {
7272
}
7373
```
7474

75-
and run OpenTofu through:
75+
initialize OpenTofu (once, or each time you add a new provider):
76+
77+
```sh
78+
$ kobra tf init
79+
```
80+
81+
and apply infrastructure changes:
7682

7783
```sh
7884
$ kobra tf apply

content/en/docs/getting-started/software.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ At runtime, it'll also make sure you're **OpenTofu** / **Ansible** toolchain is
2626
Kowabunga comes with a ready-to-consumed platform template. One can clone it from Git through:
2727

2828
```sh
29-
$ git clone https://
29+
$ git clone https://github.com/kowabunga-cloud/platform-template.git
3030
```
3131

3232
or better, fork it in your own account, as a boostraping template repository.

0 commit comments

Comments
 (0)