{ "version": 4, "terraform_version": "1.8.2", "serial": 166, "lineage": "edf2b0ba-9112-4fb9-b6bd-fb04cb60afd0", "outputs": { "db_endpoint": { "value": "db-4.us-west-2.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-b0c19e229b634761c", "ami": "ami-c7df89ba", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-0c685610"], "subnet_id": "subnet-c258b099", "key_name": "prod-deploy-key" } } ] } ] }