Compare commits
No commits in common. "87d8cfd2e5c33031a29c1c0f97eb45c8ccf94a44" and "04f842cdfef4caf33d9f90ef99e0b5ced1d6d3e9" have entirely different histories.
87d8cfd2e5
...
04f842cdfe
@ -93,10 +93,7 @@ Need to exist in the gitea instance
|
||||
### Read-Only
|
||||
|
||||
- `created` (String)
|
||||
- `clone_url` (String)
|
||||
- `html_url` (String)
|
||||
- `id` (String) The ID of this resource.
|
||||
- `ssh_url` (String)
|
||||
- `permission_admin` (Boolean)
|
||||
- `permission_pull` (Boolean)
|
||||
- `permission_push` (Boolean)
|
||||
|
@ -530,18 +530,6 @@ func resourceGiteaRepository() *schema.Resource {
|
||||
Optional: true,
|
||||
Default: "",
|
||||
},
|
||||
"clone_url": {
|
||||
Type: schema.TypeString,
|
||||
Computed: true,
|
||||
},
|
||||
"html_url": {
|
||||
Type: schema.TypeString,
|
||||
Computed: true,
|
||||
},
|
||||
"ssh_url": {
|
||||
Type: schema.TypeString,
|
||||
Computed: true,
|
||||
},
|
||||
},
|
||||
Description: "`gitea_repository` manages a gitea repository.\n\n" +
|
||||
"Per default this repository will be initializiled with the provided configuration (gitignore, License etc.).\n" +
|
||||
|
Loading…
Reference in New Issue
Block a user