{ "version": 4, "terraform_version": "1.5.8", "serial": 395, "lineage": "a008a274-c337-0591-aeb4-02a2cbc68c0a", "outputs": { "db_endpoint": { "value": "db-3.us-west-2.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-f1a86e1c802e586f4", "ami": "ami-9c0c3127", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-3ab4e8b2"], "subnet_id": "subnet-a38d120e", "key_name": "prod-deploy-key" } } ] } ] }