Merge pull request 'Import pre-existing Gitea branch protections' (#61) from benvin/imports-branch-protection into main
ci/woodpecker/push/apply Pipeline failed
ci/woodpecker/push/apply Pipeline failed
Reviewed-on: #61
This commit was merged in pull request #61.
This commit is contained in:
@@ -203,3 +203,50 @@ import {
|
|||||||
id = "144"
|
id = "144"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Branch protections that already exist in Gitea but are not yet in state.
|
||||||
|
# Import id format is <organisation>/<repository>/<rule_name>.
|
||||||
|
import {
|
||||||
|
to = module.branch_protection["git.unkin.net/unkin/app-sudaporn-research-individual/master"].gitea_repository_branch_protection.this
|
||||||
|
id = "unkin/app-sudaporn-research-individual/master"
|
||||||
|
}
|
||||||
|
|
||||||
|
import {
|
||||||
|
to = module.branch_protection["git.unkin.net/unkin/app-sudaporn-research-normalised/master"].gitea_repository_branch_protection.this
|
||||||
|
id = "unkin/app-sudaporn-research-normalised/master"
|
||||||
|
}
|
||||||
|
|
||||||
|
import {
|
||||||
|
to = module.branch_protection["git.unkin.net/unkin/benvin-utils/main"].gitea_repository_branch_protection.this
|
||||||
|
id = "unkin/benvin-utils/main"
|
||||||
|
}
|
||||||
|
|
||||||
|
import {
|
||||||
|
to = module.branch_protection["git.unkin.net/unkin/container-devcompute/main"].gitea_repository_branch_protection.this
|
||||||
|
id = "unkin/container-devcompute/main"
|
||||||
|
}
|
||||||
|
|
||||||
|
import {
|
||||||
|
to = module.branch_protection["git.unkin.net/unkin/docker-template/master"].gitea_repository_branch_protection.this
|
||||||
|
id = "unkin/docker-template/master"
|
||||||
|
}
|
||||||
|
|
||||||
|
import {
|
||||||
|
to = module.branch_protection["git.unkin.net/unkin/initbuilder/main"].gitea_repository_branch_protection.this
|
||||||
|
id = "unkin/initbuilder/main"
|
||||||
|
}
|
||||||
|
|
||||||
|
import {
|
||||||
|
to = module.branch_protection["git.unkin.net/unkin/puppetapi/master"].gitea_repository_branch_protection.this
|
||||||
|
id = "unkin/puppetapi/master"
|
||||||
|
}
|
||||||
|
|
||||||
|
import {
|
||||||
|
to = module.branch_protection["git.unkin.net/unkin/rpmbuild-internal-ca-certificates/master"].gitea_repository_branch_protection.this
|
||||||
|
id = "unkin/rpmbuild-internal-ca-certificates/master"
|
||||||
|
}
|
||||||
|
|
||||||
|
import {
|
||||||
|
to = module.branch_protection["git.unkin.net/unkin/streamstack/main"].gitea_repository_branch_protection.this
|
||||||
|
id = "unkin/streamstack/main"
|
||||||
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ terraform {
|
|||||||
required_providers {
|
required_providers {
|
||||||
gitea = {
|
gitea = {
|
||||||
source = "go-gitea/gitea"
|
source = "go-gitea/gitea"
|
||||||
version = "0.7.0"
|
version = "0.8.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ terraform {
|
|||||||
required_providers {
|
required_providers {
|
||||||
gitea = {
|
gitea = {
|
||||||
source = "go-gitea/gitea"
|
source = "go-gitea/gitea"
|
||||||
version = "0.7.0"
|
version = "0.8.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ terraform {
|
|||||||
required_providers {
|
required_providers {
|
||||||
gitea = {
|
gitea = {
|
||||||
source = "go-gitea/gitea"
|
source = "go-gitea/gitea"
|
||||||
version = "0.7.0"
|
version = "0.8.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ terraform {
|
|||||||
required_providers {
|
required_providers {
|
||||||
gitea = {
|
gitea = {
|
||||||
source = "go-gitea/gitea"
|
source = "go-gitea/gitea"
|
||||||
version = "0.7.0"
|
version = "0.8.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ terraform {
|
|||||||
required_providers {
|
required_providers {
|
||||||
gitea = {
|
gitea = {
|
||||||
source = "go-gitea/gitea"
|
source = "go-gitea/gitea"
|
||||||
version = "0.7.0"
|
version = "0.8.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ terraform {
|
|||||||
required_providers {
|
required_providers {
|
||||||
gitea = {
|
gitea = {
|
||||||
source = "go-gitea/gitea"
|
source = "go-gitea/gitea"
|
||||||
version = "0.7.0"
|
version = "0.8.1"
|
||||||
}
|
}
|
||||||
random = {
|
random = {
|
||||||
source = "hashicorp/random"
|
source = "hashicorp/random"
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ terraform {
|
|||||||
required_providers {
|
required_providers {
|
||||||
gitea = {
|
gitea = {
|
||||||
source = "go-gitea/gitea"
|
source = "go-gitea/gitea"
|
||||||
version = "0.7.0"
|
version = "0.8.1"
|
||||||
}
|
}
|
||||||
woodpecker = {
|
woodpecker = {
|
||||||
source = "Kichiyaki/woodpecker"
|
source = "Kichiyaki/woodpecker"
|
||||||
|
|||||||
Reference in New Issue
Block a user