{ "version": 4, "terraform_version": "1.5.8", "serial": 464, "lineage": "2247c790-671c-f8d3-b70f-683ab95f2e47", "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-2fd25351ee5200d1b", "ami": "ami-d0cb64b8", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-c5901a35"], "subnet_id": "subnet-99c461e1", "key_name": "prod-deploy-key" } } ] } ] }