Skip to content

Commit

Permalink
try to fix id format
Browse files Browse the repository at this point in the history
  • Loading branch information
jabez007 committed Jul 29, 2024
1 parent 8d78840 commit 8e819f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imports.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ import {
})

to = github_repository_environment.environments[each.key]
id = each.value.env_id
id = "${each.value.repository}:${each.value.env_name}"
}

0 comments on commit 8e819f9

Please sign in to comment.