Skip to content

Commit

Permalink
Fix typos (missing spaces)
Browse files Browse the repository at this point in the history
Co-authored-by: David Redmin <[email protected]>
  • Loading branch information
jsf9k and dav3r committed Aug 12, 2024
1 parent 51944d0 commit 88528fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform-post-packer/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ data "aws_ami_ids" "historical_amis_x86_64" {
# instead of destroying and recreating them with a new name.
#
# TODO: Consider removing this moved block when it is no longer
# needed. Seecisagov/skeleton-packer#369 for more details.
# needed. See cisagov/skeleton-packer#369 for more details.
moved {
from = aws_ami_ids.historical_amis
to = aws_ami_ids.historical_amis_x86_64
Expand Down Expand Up @@ -128,7 +128,7 @@ module "ami_launch_permission_x86_64" {
# instead of destroying and recreating them with a new name.
#
# TODO: Consider removing this moved block when it is no longer
# needed. Seecisagov/skeleton-packer#369 for more details.
# needed. See cisagov/skeleton-packer#369 for more details.
moved {
from = module.ami_launch_permission
to = module.ami_launch_permission_x86_64
Expand Down

0 comments on commit 88528fe

Please sign in to comment.