data.tf (234B)
1 data "digitalocean_images" "available" { 2 filter { 3 key = "distribution" 4 values = ["FreeBSD"] 5 } 6 filter { 7 key = "regions" 8 values = ["lon1"] 9 } 10 sort { 11 key = "created" 12 direction = "desc" 13 } 14 } 15
infra_codeinfrastructure-as-code | |
git clone git://git.pyratebeard.net/infra_code.git | |
Log | Files | Refs | README |