{ "version": 4, "terraform_version": "1.7.5", "serial": 373, "lineage": "f3cf8cae-87e3-8e4b-459e-a8c281c29a4c", "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-fa02bcba5e8c15d38", "ami": "ami-238ba9e8", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-d135ca7c"], "subnet_id": "subnet-026405d4", "key_name": "prod-deploy-key" } } ] } ] }