fix incorrect syntax (#35878)

from should be a direct component reference, not a string
pull/36000/head
djschnei21 1 year ago committed by GitHub
parent 0d39334aa1
commit ca35e204ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -205,8 +205,7 @@ When every field is defined, a `removed` block has the following form:
removed {
source = "<The module that the component you want to remove uses>"
from = "component.component_name""
from = component.component_name
providers = {
aws = provider.aws.this
}

Loading…
Cancel
Save