{ "version": 4, "terraform_version": "1.6.3", "serial": 462, "lineage": "36f0d4c7-314a-458a-3bac-c521e789d758", "outputs": { "db_endpoint": { "value": "db-0.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-403fb595bef39541d", "ami": "ami-4d091663", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-537c193d"], "subnet_id": "subnet-0fdec263", "key_name": "prod-deploy-key" } } ] } ] }