{ "version": 4, "terraform_version": "1.8.7", "serial": 289, "lineage": "06178b29-0b5e-e5d0-ce06-9c3214e8f5e4", "outputs": { "db_endpoint": { "value": "db-2.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-cb639cf6d21ec8f00", "ami": "ami-3222e97d", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-ad011d53"], "subnet_id": "subnet-5a18ccf1", "key_name": "prod-deploy-key" } } ] } ] }