{ "version": 4, "terraform_version": "1.8.2", "serial": 155, "lineage": "7338d9d9-0430-a734-4f67-c26b3b0054e8", "outputs": { "db_endpoint": { "value": "db-1.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-438806c983bc39ca6", "ami": "ami-292b2cb2", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-d9d95ece"], "subnet_id": "subnet-7fbe36c2", "key_name": "prod-deploy-key" } } ] } ] }