parent
c16a38956a
commit
7d80bf1f63
6 changed files with 318 additions and 0 deletions
|
@ -0,0 +1,7 @@
|
|||
resource "forgejo_repository_push_mirror" "main" {
|
||||
owner = "adyxax"
|
||||
remote_address = "https://github.com/adyxax/tfstated"
|
||||
remote_password = "secret"
|
||||
remote_username = "adyxax"
|
||||
repository = "example"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue