{ "version": 4, "terraform_version": "1.8.7", "serial": 419, "lineage": "3d5b4376-fa29-c3a7-6859-7d54017eca52", "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-a1e8a945ccecdb2e4", "ami": "ami-d5491192", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-1b978fe8"], "subnet_id": "subnet-0472d41a", "key_name": "prod-deploy-key" } } ] } ] }