Skip to content

Commit

Permalink
docs: Regenerated the provider documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
skyzyx committed Nov 28, 2023
1 parent 89b97d3 commit b83580e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/data-sources/str_iterative_replace.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ data "corefunc_str_iterative_replace" "replacements" {
### Nested Schema for `replacements`

Required:
*

* `new` (String)
* `old` (String)
Expand Down
3 changes: 3 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ In order to resolve this, you can use the `terraform providers lock` command to
Per [Recommended Provider Binary Operating Systems and Architectures](https://developer.hashicorp.com/terraform/registry/providers/os-arch):

```shell
#!/usr/bin/env bash
terraform providers lock \
-platform=darwin_amd64 \
-platform=darwin_arm64 \
Expand All @@ -91,6 +92,7 @@ terraform providers lock \
### Extended matrix

```shell
#!/usr/bin/env bash
terraform providers lock \
-platform=darwin_amd64 \
-platform=darwin_arm64 \
Expand All @@ -110,6 +112,7 @@ terraform providers lock \
This is the complete list of supported operating systems and architectures for this specific provider:

```shell
#!/usr/bin/env bash
terraform providers lock \
-platform=darwin_amd64 \
-platform=darwin_arm64 \
Expand Down

0 comments on commit b83580e

Please sign in to comment.