{ "version": 4, "terraform_version": "1.6.3", "serial": 154, "lineage": "49924789-6010-e086-2d8f-ccd6365075eb", "outputs": { "db_endpoint": { "value": "db-4.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-b2f5afec4f899a72b", "ami": "ami-95e7d0b3", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-272f9e28"], "subnet_id": "subnet-401477f7", "key_name": "prod-deploy-key" } } ] } ] }