Skip to content

Commit

Permalink
Fixed a typo in the Purpose tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
rmarable committed Jun 2, 2019
1 parent 7263bff commit 2616ec5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions JumphostMaker/templates/DEFAULT_EC2_TEMPLATE.j2
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Name: {{ instance_name }}.tf
# Author: Rodney Marable <rodney.marable@gmail.com>
# Created On: April 16, 2019
# Last Changed: May 31, 2019
# Last Changed: June 2, 2019
# Deployed On: {{ lookup('pipe','date \"+%B %-d, %Y\"') }}
# Purpose: Terraform template for {{ instance_name }}
################################################################################
Expand All @@ -24,7 +24,7 @@ resource "aws_instance" "{{ instance_name }}" {
tags {
Name = "{{ instance_name }}"
EC2InstanceBuilder = "Terraform"
Purpose = "plcuster-jumphost for {{ instance_owner }}"
Purpose = "pcluster-jumphost for {{ instance_owner }}"
InstanceSerialNumber = "{{ instance_serial_number }}"
InstanceOwner = "{{ instance_owner }}"
InstanceOwnerEmail = "{{ instance_owner_email }}"
Expand Down

0 comments on commit 2616ec5

Please sign in to comment.