terraform-aws-couchbase
terraform-aws-couchbase copied to clipboard
missing ami -- typo? coubase_ubuntu_example
note it looks like a typo below? coubase should be couchbase?
$ terraform apply
data.template_file.user_data_server: Refreshing state...
data.aws_iam_policy_document.instance_role: Refreshing state...
data.aws_vpc.default: Refreshing state...
data.aws_iam_policy_document.auto_discover_cluster: Refreshing state...
data.aws_ami.coubase_ubuntu_example: Refreshing state...
data.aws_subnet_ids.default: Refreshing state...
Error: Error refreshing state: 1 error(s) occurred:
* module.couchbase.data.aws_ami.coubase_ubuntu_example: 1 error(s) occurred:
* module.couchbase.data.aws_ami.coubase_ubuntu_example: data.aws_ami.coubase_ubuntu_example: Your query returned no results. Please change your search criteria and try again.
Hahaha, whoops, looks like a typo indeed. Shows up in a few places: https://github.com/gruntwork-io/terraform-aws-couchbase/search?q=coubase&unscoped_q=coubase. Any chance you'd be up for a quick PR to fix those?
https://github.com/gruntwork-io/terraform-aws-couchbase/pull/42
This repo is being archived, feel free to use a fork if necessary.