Skip to content

Commit

Permalink
Update resource_scalr_provider_configuration.go
Browse files Browse the repository at this point in the history
  • Loading branch information
kozliuk committed Oct 6, 2022
1 parent 7950ddc commit b46c928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scalr/resource_scalr_provider_configuration.go
Expand Up @@ -630,7 +630,7 @@ func syncArguments(providerConfigurationId string, custom map[string]interface{}

var toDelete []string
for name, currentArgument := range currentArguments {
_, exists := configArgumentsCreateOptions[name];
configArgumentCreateOption, exists := configArgumentsCreateOptions[name];
if !exists {
toDelete = append(toDelete, currentArgument.ID)
} else if currentArgument.Sensitive == true && *configArgumentCreateOption.Sensitive == false {
Expand Down

0 comments on commit b46c928

Please sign in to comment.