{ "version": 4, "terraform_version": "1.8.6", "serial": 311, "lineage": "1fb8fccb-f9b5-1486-f680-59c0c7ebaef1", "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-81b935d4527ffc231", "ami": "ami-3c30a351", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-89e6e168"], "subnet_id": "subnet-d1500f2f", "key_name": "prod-deploy-key" } } ] } ] }