Skip to content

Commit e05eaa6

Browse files
authored
Merge pull request #974 from timofurrer/feature/project-topics-computed
resource/gitlab_project: Mark `topics` attribute as `Computed`
2 parents 13f1c1a + 569e008 commit e05eaa6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/provider/resource_gitlab_project.go

+1
Original file line numberDiff line numberDiff line change
@@ -565,6 +565,7 @@ var resourceGitLabProjectSchema = map[string]*schema.Schema{
565565
Set: schema.HashString,
566566
Elem: &schema.Schema{Type: schema.TypeString},
567567
Optional: true,
568+
Computed: true,
568569
},
569570
"wiki_access_level": {
570571
Description: fmt.Sprintf("Set the wiki access level. Valid values are %s.", renderValueListForDocs(validProjectAccessLevels)),

0 commit comments

Comments
 (0)