Skip to content

Commit

Permalink
refactor hcl block
Browse files Browse the repository at this point in the history
  • Loading branch information
fairclothjm committed Dec 21, 2022
1 parent 626d153 commit b9a572c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions vault/data_source_raft_autopilot_state_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,8 @@ func TestAccDataSourceRaftAutoPilotState(t *testing.T) {

func testDataSourceRaftAutoPilotStateConfig() string {
return `
resource "vault_raft_autopilot" "test" {
}
resource "vault_raft_autopilot" "test" {}
data "vault_raft_autopilot_state" "test" {
}
data "vault_raft_autopilot_state" "test" {}
`
}

0 comments on commit b9a572c

Please sign in to comment.