{ "version": 4, "terraform_version": "1.7.8", "serial": 169, "lineage": "4816f425-1500-26f1-1a00-2f021a024af5", "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-9bfb24d0620d78dd9", "ami": "ami-39e109b7", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-987e530d"], "subnet_id": "subnet-d6fa1acb", "key_name": "prod-deploy-key" } } ] } ] }