Skip to content

Commit

Permalink
Merge pull request #11 from peimanja/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanduplessis authored Jan 24, 2025
2 parents df77079 + 5855520 commit 7a67146
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/monolith/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ kind: Provider
metadata:
name: provider-opentofu
spec:
package: xpkg.upbound.io/upboundcare/provider-opentofu:<version>
package: xpkg.upbound.io/upbound/provider-opentofu:<version>
controllerConfigRef:
name: opentofu
```
Expand Down Expand Up @@ -376,4 +376,4 @@ spec:
...
```

- `enableTofuCLILogging`: Specifies whether logging is enabled (`true`) or disabled (`false`). When enabled, OpenTofu CLI command output will be written to the container logs. Default is `false`
- `enableTofuCLILogging`: Specifies whether logging is enabled (`true`) or disabled (`false`). When enabled, OpenTofu CLI command output will be written to the container logs. Default is `false`
4 changes: 2 additions & 2 deletions docs/monolith/Quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ kind: Provider
metadata:
name: provider-opentofu
spec:
package: xpkg.upbound.io/upboundcare/provider-opentofu:<version>
package: xpkg.upbound.io/upbound/provider-opentofu:<version>
```
Apply this configuration with `kubectl apply -f`.
Expand All @@ -70,7 +70,7 @@ After installing the provider, verify the install with `kubectl get providers`.
```shell
$ kubectl get providers
NAME INSTALLED HEALTHY PACKAGE AGE
provider-opentofu True True xpkg.upbound.io/upboundcare/provider-opentofu:v0.1.0 15s
provider-opentofu True True xpkg.upbound.io/upbound/provider-opentofu:v0.1.0 15s
```

It may take up to 5 minutes to report `HEALTHY`.
Expand Down

0 comments on commit 7a67146

Please sign in to comment.