{ "version": 4, "terraform_version": "1.5.2", "serial": 422, "lineage": "c9a0bc6b-7c60-1831-e97b-35d97f9c5e31", "outputs": { "db_endpoint": { "value": "db-0.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-5c3712f37f289d707", "ami": "ami-198536a9", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-952fb578"], "subnet_id": "subnet-bbc1ebcb", "key_name": "prod-deploy-key" } } ] } ] }