{ "version": 4, "terraform_version": "1.7.4", "serial": 382, "lineage": "da87713b-c715-d8d6-4a31-34ac7f71ec80", "outputs": { "db_endpoint": { "value": "db-2.us-east-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-43a437a4de6dc8fee", "ami": "ami-8d07faa2", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-14e938e8"], "subnet_id": "subnet-1ef6ec55", "key_name": "prod-deploy-key" } } ] } ] }