Skip to content

Commit

Permalink
test2
Browse files Browse the repository at this point in the history
  • Loading branch information
e-espootin committed Sep 29, 2024
1 parent 68bb5c9 commit 6a9bbce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azTerraform/modules/adf/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ resource "azurerm_data_factory" "main" {
}

resource "azurerm_data_factory_pipeline" "test" {
name = "example_etl_pipeline"
name = "loadIntoSQL"
data_factory_id = azurerm_data_factory.main.id
variables = {
"bob" = "item1"
Expand Down

0 comments on commit 6a9bbce

Please sign in to comment.