#12 fix terraform import for organisations
This commit is contained in:
@ -18,7 +18,8 @@ resource "gitea_repository" "mirror" {
|
||||
}
|
||||
|
||||
resource "gitea_org" "test_org" {
|
||||
name = "test-org"
|
||||
name = "test-org"
|
||||
description = "test description"
|
||||
}
|
||||
|
||||
resource "gitea_repository" "org_repo" {
|
||||
|
@ -2,7 +2,7 @@ terraform {
|
||||
required_providers {
|
||||
gitea = {
|
||||
source = "terraform.local/lerentis/gitea"
|
||||
version = "0.7.1"
|
||||
version = "0.7.2"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -2,7 +2,7 @@ terraform {
|
||||
required_providers {
|
||||
gitea = {
|
||||
source = "Lerentis/gitea"
|
||||
version = "0.3.0"
|
||||
version = "0.7.2"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user