Skip to content

Commit

Permalink
Update nextflow-server.tf
Browse files Browse the repository at this point in the history
Update nextflow server debian to 12
  • Loading branch information
hnawar authored Jul 31, 2024
1 parent 492b127 commit 915766d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions modules/genomics_nextflow/nextflow-server.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

# data "google_compute_image" "debian" {
# project = "debian-cloud"
# family = "debian-10"
# }

//Create nextflow service account and assign required roles
module "nextflow_service_account" {
Expand Down Expand Up @@ -53,7 +48,7 @@ resource "google_compute_instance" "nextflow_server" {
boot_disk {
initialize_params {
# image = data.google_compute_image.debian.self_link
image = "debian-cloud/debian-10"
image = "debian-cloud/debian-12"

size = 50
}
Expand Down

0 comments on commit 915766d

Please sign in to comment.