jambonz / jambonz-infrastructure

packer and cloudformation templates for creating EC2-based jambonz deployments
23 stars 29 forks source link

Cannot terraform apply #4

Open agent141 opened 4 years ago

agent141 commented 4 years ago

Followed the steps as mentioned in README

Using: IaC Tool: Terraform Region: us-east-2 Deployment: jambonz-devtest Terraform Version and Provider Details:

Terraform v0.13.3
+ provider registry.terraform.io/hashicorp/aws v3.7.0
+ provider registry.terraform.io/hashicorp/null v2.1.2

Expected: Jambonz Infrastructure setup on AWS Output on executing: terraform apply

data.aws_ami.jambonz-sbc-sip-rtp: Refreshing state...
data.aws_ami.jambonz-feature-server: Refreshing state...

Error: Your query returned no results. Please change your search criteria and try again.

Error: Your query returned no results. Please change your search criteria and try again.
agent141 commented 4 years ago

Seems like we need to update the owners from sbc.tf ?

data "aws_ami" "jambonz-sbc-sip-rtp" {
  most_recent      = true
  name_regex       = "^jambonz-sbc-sip-rtp"
  owners           = ["376029039784"]
}