Skip to content

Commit

Permalink
add missing import step for complete test example
Browse files Browse the repository at this point in the history
  • Loading branch information
stephybun committed Dec 10, 2024
1 parent 377a45a commit afeeb83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contributing/topics/guide-new-resource.md
Original file line number Diff line number Diff line change
Expand Up @@ -733,6 +733,7 @@ func TestAccResourceGroupExample_complete(t *testing.T) {
check.That(data.ResourceName).ExistsInAzure(r)
),
},
data.ImportStep(),
})
}

Expand Down

0 comments on commit afeeb83

Please sign in to comment.