{ "version": 4, "terraform_version": "1.8.8", "serial": 363, "lineage": "9ea46984-9090-1c0c-ef70-53621cc39e2e", "outputs": { "db_endpoint": { "value": "db-3.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-1bbbeee3598681bd0", "ami": "ami-0c28c9c5", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-5c16eb27"], "subnet_id": "subnet-9d01fc68", "key_name": "prod-deploy-key" } } ] } ] }