Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
absolutelightning committed Sep 26, 2023
1 parent 40c285a commit eba61e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consul/resource_service_defaults_config_entry_ce_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ func TestAccConsulServiceDefaultsConfigCEEntryTest(t *testing.T) {
})
}

// Destination and Upstream Config are exlusive.
// Destination and Upstream Config are exclusive.
const testConsulServiceDefaultsConfigEntryWithDestination = `
resource "consul_service_defaults_config_entry" "foo" {
name = "service-defaults-test-1"
Expand Down

0 comments on commit eba61e3

Please sign in to comment.