Skip to content

Commit

Permalink
Amazon EC2 GitLab Pipeline with Terraform
Browse files Browse the repository at this point in the history
  • Loading branch information
heyvaldemar authored Sep 1, 2024
1 parent 9922c94 commit 5ed9057
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions 14-instances.tf
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ resource "aws_instance" "instance_1" {
gitlab_mail_domain_install = var.gitlab_mail_domain
})

lifecycle {
ignore_changes = [user_data]
}

tags = {
Name = "gitlab-1"
}
Expand Down

0 comments on commit 5ed9057

Please sign in to comment.