Skip to content

Commit

Permalink
Update depends_on in jamfpro_package resource
Browse files Browse the repository at this point in the history
  • Loading branch information
ShocOne committed Jul 2, 2024
1 parent 31b305a commit 69c01c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workload/terraform/jamfpro/packages.tf
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ resource "null_resource" "download_package" {
}

resource "jamfpro_package" "jamfpro_package_002" {
depends_on = [terraform_data.download_package]
depends_on = [null_resource.download_package]
package_name = "tf-ghatest-package-source:http-companyportal-latest"
package_file_path = "/tmp/ghatest-companyportal-latest.pkg"
category_id = "-1" // jamfpro_category.jamfpro_category_001.id
Expand Down

0 comments on commit 69c01c3

Please sign in to comment.