Skip to content

Commit

Permalink
Updated field name
Browse files Browse the repository at this point in the history
  • Loading branch information
jbristowe committed Nov 12, 2020
1 parent f3af075 commit 89172e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion octopusdeploy/data_source_projects.go
Expand Up @@ -52,7 +52,7 @@ func dataSourceProjectsRead(ctx context.Context, d *schema.ResourceData, m inter
"is_version_controlled": project.IsVersionControlled,
"lifecycle_id": project.LifecycleID,
"name": project.Name,
"project_connectivity_policy": flattenProjectConnectivityPolicy(project.ProjectConnectivityPolicy),
"connectivity_policy": flattenProjectConnectivityPolicy(project.ConnectivityPolicy),
"project_group_id": project.ProjectGroupID,
"release_creation_strategy": flattenReleaseCreationStrategy(project.ReleaseCreationStrategy),
"release_notes_template": project.ReleaseNotesTemplate,
Expand Down

0 comments on commit 89172e4

Please sign in to comment.