flexera-public / flexera-plugins

Library of open source Flexera plugins
https://docs.rightscale.com/ss/guides/ss_plugins.html
MIT License
13 stars 10 forks source link

AWS ElasticCache Plugin - com.amazon.coral.service#UnknownOperationException #138

Closed rshade closed 6 years ago

rshade commented 6 years ago

Plugin Name

AWS ElasticCache Plugin

Issue Type

Bug

Plugin version (Bug Only)

1.1

Code Snippet (Bug Only)

resource "dan1ecr10_param_group", type: "rs_aws_elasticache.parameter_group" do
  cache_parameter_group_name "rsdan1ecr100000"
  cache_parameter_group_family "redis2.8"
  description join(["rs-dan1ecr10-",last(split(@@deployment.href, "/"))])
end

Error Messages (Bug Only)

Debug log sent in

rshade commented 6 years ago

PSASSET-800