We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2623d5 commit 86dca06Copy full SHA for 86dca06
gitlab/resource_gitlab_project.go
@@ -159,8 +159,9 @@ var resourceGitLabProjectSchema = map[string]*schema.Schema{
159
Computed: true,
160
},
161
"runners_token": {
162
- Type: schema.TypeString,
163
- Computed: true,
+ Type: schema.TypeString,
+ Computed: true,
164
+ Sensitive: true,
165
166
"shared_runners_enabled": {
167
Type: schema.TypeBool,
0 commit comments