Skip to content

Commit

Permalink
Update data_factory_pipeline_resource_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
hqhqhqhqhqhqhqhqhqhqhq committed Aug 19, 2024
1 parent 37ff8c2 commit 9d12fec
Showing 1 changed file with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -236,12 +236,12 @@ resource "azurerm_data_factory_pipeline" "test" {
}
parameters {
name = "testobject"
type = "Object"
name = "testobject"
type = "Object"
default_value = jsonencode({
key1 = "value1"
key2 = "value2"
})
key1 = "value1"
key2 = "value2"
})
}
parameters {
Expand Down Expand Up @@ -365,12 +365,12 @@ resource "azurerm_data_factory_pipeline" "test" {
}
parameters {
name = "testobject"
type = "Object"
name = "testobject"
type = "Object"
default_value = jsonencode({
key1 = "value1"
key2 = "value2"
})
key1 = "value1"
key2 = "value2"
})
}
parameters {
Expand Down

0 comments on commit 9d12fec

Please sign in to comment.