Skip to content

Commit

Permalink
Switched to partial_name
Browse files Browse the repository at this point in the history
  • Loading branch information
jbristowe committed Nov 27, 2020
1 parent c11f917 commit e4660de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion octopusdeploy/resource_deployment_target_test.go
Expand Up @@ -76,7 +76,7 @@ func testAccDeploymentTargetBasic(localName string, name string) string {
useGuidedFailure := false

return fmt.Sprintf(`data "octopusdeploy_machine_policies" "default" {
name = "Default Machine Policy"
partial_name = "Default Machine Policy"
}`+"\n"+
testEnvironmentBasic(environmentLocalName, environmentName, environmentDescription, allowDynamicInfrastructure, useGuidedFailure)+"\n"+`
resource "octopusdeploy_deployment_target" "%s" {
Expand Down

0 comments on commit e4660de

Please sign in to comment.