hashicorp / hashicorp/packer-plugin-amazon

Unknown data type parameterstore

Open
#206 1 comment 0 reactions 0 assignees View on GitHub
question
Dominant language
Go
Stars
91
Forks
141
Avg merge
2d 18h
Merged PRs (30d)
3

Description

**Overview of the Issue**
data source amazon-parameterstore is not found

**Packer version**
Packer v1.8.0
Amazon plugin v1.0.8

**Simplified Packer Template**
Documentation Basic exemple usage (https://www.packer.io/plugins/datasources/amazon/parameterstore):
data "amazon-parameterstore" "basic-example" {
name = "packer_test_parameter"
with_decryption = false
}

locals {
value = data.amazon-parameterstore.basic-example.value
version = data.amazon-parameterstore.basic-example.version
arn = data.amazon-parameterstore.basic-example.arn
}

**Operating system and Environment details**
EC2 amazon linux 2 & windows 10

**Log Fragments and crash.log files**
C:\Users\XXX\Downloads\packer_1.8.0_windows_amd64>packer.exe validate .
Error: Unknown data type amazon-parameterstore

on data.pkr.hcl line 1:
(source code not available)

known data sources: [hcp-packer-image hcp-packer-iteration null
amazon-secretsmanager amazon-ami]

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.