mirror of
https://git.uploadfilter24.eu/lerentis/terraform-provider-gitea.git
synced 2024-12-04 21:08:11 +00:00
fixed another formating issue
This commit is contained in:
parent
6d5439a00a
commit
9c819ad4c2
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ func Provider() *schema.Provider {
|
|||
},
|
||||
|
||||
ResourcesMap: map[string]*schema.Resource{
|
||||
"gitea_org": resourceGiteaOrg(),
|
||||
"gitea_org": resourceGiteaOrg(),
|
||||
// "gitea_team": resourceGiteaTeam(),
|
||||
// "gitea_repo": resourceGiteaRepo(),
|
||||
"gitea_user": resourceGiteaUser(),
|
||||
|
|
Loading…
Reference in a new issue