We are facing trouble with bytebase_instance resources, as the diff is not showing on plan and apply:
~ resource "bytebase_instance" "instances" {
id = "instances/xxxxx-xpto"
name = "instances/xxxxx-xpto"
# (10 unchanged attributes hidden)
- data_sources {
# At least one attribute in this block is (or was) sensitive,
# so its contents will not be displayed.
}
+ data_sources {
# At least one attribute in this block is (or was) sensitive,
# so its contents will not be displayed.
}
}
Since the data_sources block is marked as sensitive, all information is hidden. Is it possible to modify the provider to display the differences while still concealing only sensitive attributes?
We are facing trouble with bytebase_instance resources, as the diff is not showing on plan and apply:
~ resource "bytebase_instance" "instances" {
id = "instances/xxxxx-xpto"
name = "instances/xxxxx-xpto"
# (10 unchanged attributes hidden)
Since the
data_sourcesblock is marked as sensitive, all information is hidden. Is it possible to modify the provider to display the differences while still concealing only sensitive attributes?