Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf46148f

Browse files
authored
chore!: remove deprecated feature_use_managed_variables (#256)
1 parent5ca08cb commitf46148f

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

‎docs/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,4 @@ resource "google_compute_instance" "dev" {
6262

6363
###Optional
6464

65-
-`feature_use_managed_variables` (Boolean,**Deprecated**: Terraform variables are now exclusively utilized for template-wide variables after the removal of support for legacy parameters.) Feature: use managed Terraform variables. The feature flag is not used anymore as Terraform variables are now exclusively utilized for template-wide variables.
6665
-`url` (String) The URL to access Coder.

‎provider/provider.go

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,6 @@ func New() *schema.Provider {
3535
returnnil,nil
3636
},
3737
},
38-
"feature_use_managed_variables": {
39-
Type:schema.TypeBool,
40-
Description:"Feature: use managed Terraform variables. The feature flag is not used anymore as Terraform variables are now exclusively utilized for template-wide variables.",
41-
Default:true,
42-
Optional:true,
43-
Deprecated:"Terraform variables are now exclusively utilized for template-wide variables after the removal of support for legacy parameters.",
44-
},
4538
},
4639
ConfigureContextFunc:func(c context.Context,resourceData*schema.ResourceData) (interface{}, diag.Diagnostics) {
4740
rawURL,ok:=resourceData.Get("url").(string)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp