Skip to content

Latest commit

 

History

History
48 lines (38 loc) · 946 Bytes

README.md

File metadata and controls

48 lines (38 loc) · 946 Bytes

az-tf-sensatech

Terraform

Test to use terraform for sensatech azure management

Terraform flow

graph TD;
    modules-->DSC_Test.tf;
    modules-->rg-terraform-stg.tf;
    modules-->DigiCertTest.tf;
    DSC_Test.tf-->tfstate.tf;
    rg-terraform-stg.tf-->tfstate.tf;
    DigiCertTest.tf-->tfstate.tf;
    tfstate.tf-->Azure;
Loading

Azure Europe North

{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "id": 1,
      "properties": {
        "ID": 0
      },
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
              [-21.82774,64.128288],
              [-9,54]
          ]
        ]
      }
    }
  ]
}
Loading