mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
backend/oss: Removes the deprecated warning for configuraion variable assume_role
This commit is contained in:
parent
34c0e915dc
commit
ce8790c939
@ -40,10 +40,10 @@ import (
|
||||
// Deprecated in favor of flattening assume_role_* options
|
||||
func deprecatedAssumeRoleSchema() *schema.Schema {
|
||||
return &schema.Schema{
|
||||
Type: schema.TypeSet,
|
||||
Optional: true,
|
||||
MaxItems: 1,
|
||||
Deprecated: "use assume_role_* options instead",
|
||||
Type: schema.TypeSet,
|
||||
Optional: true,
|
||||
MaxItems: 1,
|
||||
//Deprecated: "use assume_role_* options instead",
|
||||
Elem: &schema.Resource{
|
||||
Schema: map[string]*schema.Schema{
|
||||
"role_arn": {
|
||||
|
Loading…
Reference in New Issue
Block a user