{ "version": 4, "terraform_version": "1.7.7", "serial": 154, "lineage": "dd199cf3-efa4-1a2e-8108-2a3fff4f1545", "outputs": { "db_endpoint": { "value": "db-1.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.startup.dev", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-129f1a63a8c80b71a", "ami": "ami-b4fbfa5a", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-fe7b26dd"], "subnet_id": "subnet-708899f1", "key_name": "prod-deploy-key" } } ] } ] }