Sha256: 011c5fce01464630b05b858acbcac8f987747b69e30193452793d67bde998502

Contents?: true

Size: 363 Bytes

Versions: 104

Compression:

Stored size: 363 Bytes

Contents

data("aws_ami", "ubuntu",
  most_recent: true,
  filter: [{
    name:   "name",
    values: ["ubuntu/images/hvm-ssd/ubuntu-trusty-14.04-amd64-server-*"]
  },{
    name:   "virtualization-type",
    values: ["hvm"],
  }],
  owners: ["099720109477"] # Canonical
)

resource("aws_instance", "this",
  ami: "${data.aws_ami.ubuntu.id}",
  instance_type: "t2.micro",
)

Version data entries

104 entries across 104 versions & 1 rubygems

Version Path
terraspace-2.2.17 spec/fixtures/orphans/data/aws_instance.rb
terraspace-2.2.16 spec/fixtures/orphans/data/aws_instance.rb
terraspace-2.2.15 spec/fixtures/orphans/data/aws_instance.rb
terraspace-2.2.14 spec/fixtures/orphans/data/aws_instance.rb
terraspace-2.2.13 spec/fixtures/orphans/data/aws_instance.rb
terraspace-2.2.12 spec/fixtures/orphans/data/aws_instance.rb
terraspace-2.2.11 spec/fixtures/orphans/data/aws_instance.rb
terraspace-2.2.10 spec/fixtures/orphans/data/aws_instance.rb
terraspace-2.2.9 spec/fixtures/orphans/data/aws_instance.rb
terraspace-2.2.8 spec/fixtures/orphans/data/aws_instance.rb
terraspace-2.2.7 spec/fixtures/orphans/data/aws_instance.rb
terraspace-2.2.6 spec/fixtures/orphans/data/aws_instance.rb
terraspace-2.2.5 spec/fixtures/orphans/data/aws_instance.rb
terraspace-2.2.4 spec/fixtures/orphans/data/aws_instance.rb
terraspace-2.2.3 spec/fixtures/orphans/data/aws_instance.rb
terraspace-2.2.2 spec/fixtures/orphans/data/aws_instance.rb
terraspace-2.2.1 spec/fixtures/orphans/data/aws_instance.rb
terraspace-2.2.0 spec/fixtures/orphans/data/aws_instance.rb
terraspace-2.1.7 spec/fixtures/orphans/data/aws_instance.rb
terraspace-2.1.6 spec/fixtures/orphans/data/aws_instance.rb