From 27b47a4c1911610d416877a362837795bf0bdc07 Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Tue, 6 Dec 2022 19:06:39 -0500 Subject: nix flakes and terraform Signed-off-by: Xe Iaso --- static/img/nix-flakes-terraform-graph.svg | 257 ++++++++++++++++++++++++++++++ 1 file changed, 257 insertions(+) create mode 100644 static/img/nix-flakes-terraform-graph.svg (limited to 'static') diff --git a/static/img/nix-flakes-terraform-graph.svg b/static/img/nix-flakes-terraform-graph.svg new file mode 100644 index 0000000..b2d025f --- /dev/null +++ b/static/img/nix-flakes-terraform-graph.svg @@ -0,0 +1,257 @@ + + + + + + +%0 + + + +[root] aws_route53_record.prod_A (expand) + +aws_route53_record.prod_A + + + +[root] data.aws_route53_zone.dns (expand) + +data.aws_route53_zone.dns + + + +[root] aws_route53_record.prod_A (expand)->[root] data.aws_route53_zone.dns (expand) + + + + + +[root] scaleway_instance_ip.prod (expand) + +scaleway_instance_ip.prod + + + +[root] aws_route53_record.prod_A (expand)->[root] scaleway_instance_ip.prod (expand) + + + + + +[root] aws_route53_record.prod_AAAA (expand) + +aws_route53_record.prod_AAAA + + + +[root] aws_route53_record.prod_AAAA (expand)->[root] data.aws_route53_zone.dns (expand) + + + + + +[root] scaleway_instance_server.prod (expand) + +scaleway_instance_server.prod + + + +[root] aws_route53_record.prod_AAAA (expand)->[root] scaleway_instance_server.prod (expand) + + + + + +[root] provider["registry.terraform.io/hashicorp/aws"] + +provider["registry.terraform.io/hashicorp/aws"] + + + +[root] data.aws_route53_zone.dns (expand)->[root] provider["registry.terraform.io/hashicorp/aws"] + + + + + +[root] var.route53_zone + + + +var.route53_zone + + + +[root] data.aws_route53_zone.dns (expand)->[root] var.route53_zone + + + + + +[root] data.cloudinit_config.prod (expand) + +data.cloudinit_config.prod + + + +[root] provider["registry.terraform.io/hashicorp/cloudinit"] + +provider["registry.terraform.io/hashicorp/cloudinit"] + + + +[root] data.cloudinit_config.prod (expand)->[root] provider["registry.terraform.io/hashicorp/cloudinit"] + + + + + +[root] tailscale_tailnet_key.prod (expand) + +tailscale_tailnet_key.prod + + + +[root] data.cloudinit_config.prod (expand)->[root] tailscale_tailnet_key.prod (expand) + + + + + +[root] provider["registry.terraform.io/scaleway/scaleway"] + +provider["registry.terraform.io/scaleway/scaleway"] + + + +[root] var.project_id + + + +var.project_id + + + +[root] provider["registry.terraform.io/scaleway/scaleway"]->[root] var.project_id + + + + + +[root] provider["registry.terraform.io/tailscale/tailscale"] + +provider["registry.terraform.io/tailscale/tailscale"] + + + +[root] scaleway_instance_ip.prod (expand)->[root] provider["registry.terraform.io/scaleway/scaleway"] + + + + + +[root] scaleway_instance_server.prod (expand)->[root] data.cloudinit_config.prod (expand) + + + + + +[root] scaleway_instance_server.prod (expand)->[root] scaleway_instance_ip.prod (expand) + + + + + +[root] tailscale_tailnet_key.prod (expand)->[root] provider["registry.terraform.io/tailscale/tailscale"] + + + + + +[root] provider["registry.terraform.io/hashicorp/aws"] (close) + +[root] provider["registry.terraform.io/hashicorp/aws"] (close) + + + +[root] provider["registry.terraform.io/hashicorp/aws"] (close)->[root] aws_route53_record.prod_A (expand) + + + + + +[root] provider["registry.terraform.io/hashicorp/aws"] (close)->[root] aws_route53_record.prod_AAAA (expand) + + + + + +[root] provider["registry.terraform.io/hashicorp/cloudinit"] (close) + +[root] provider["registry.terraform.io/hashicorp/cloudinit"] (close) + + + +[root] provider["registry.terraform.io/hashicorp/cloudinit"] (close)->[root] data.cloudinit_config.prod (expand) + + + + + +[root] provider["registry.terraform.io/scaleway/scaleway"] (close) + +[root] provider["registry.terraform.io/scaleway/scaleway"] (close) + + + +[root] provider["registry.terraform.io/scaleway/scaleway"] (close)->[root] scaleway_instance_server.prod (expand) + + + + + +[root] provider["registry.terraform.io/tailscale/tailscale"] (close) + +[root] provider["registry.terraform.io/tailscale/tailscale"] (close) + + + +[root] provider["registry.terraform.io/tailscale/tailscale"] (close)->[root] tailscale_tailnet_key.prod (expand) + + + + + +[root] root + +[root] root + + + +[root] root->[root] provider["registry.terraform.io/hashicorp/aws"] (close) + + + + + +[root] root->[root] provider["registry.terraform.io/hashicorp/cloudinit"] (close) + + + + + +[root] root->[root] provider["registry.terraform.io/scaleway/scaleway"] (close) + + + + + +[root] root->[root] provider["registry.terraform.io/tailscale/tailscale"] (close) + + + + + \ No newline at end of file -- cgit v1.2.3