doc(provider): fix resource examples
This commit is contained in:
parent
7d80bf1f63
commit
6d818fbc0b
4 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
resource "forgejo_repository_actions_secret" {
|
||||
resource "forgejo_repository_actions_secret" "main" {
|
||||
data = "secret"
|
||||
name = "TEST"
|
||||
owner = "adyxax"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
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