doc(provider): fix resource examples
This commit is contained in:
parent
7d80bf1f63
commit
6d818fbc0b
4 changed files with 4 additions and 4 deletions
|
@ -13,7 +13,7 @@ Use this resource to create and manage a repository actions secret.
|
|||
## Example Usage
|
||||
|
||||
```terraform
|
||||
resource "forgejo_repository_actions_secret" {
|
||||
resource "forgejo_repository_actions_secret" "main" {
|
||||
data = "secret"
|
||||
name = "TEST"
|
||||
owner = "adyxax"
|
||||
|
|
|
@ -13,7 +13,7 @@ Use this resource to create and manage a repository actions variable.
|
|||
## Example Usage
|
||||
|
||||
```terraform
|
||||
resource "forgejo_repository_actions_variable" {
|
||||
resource "forgejo_repository_actions_variable" "main" {
|
||||
data = "value"
|
||||
name = "test"
|
||||
owner = "adyxax"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue