{ "version": 4, "terraform_version": "1.8.5", "serial": 327, "lineage": "df1d5d3a-d6a6-ba11-8935-47da84de9751", "outputs": { "db_endpoint": { "value": "db-2.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-fd32d4dcfb995d351", "ami": "ami-ad49e9ca", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-06d925af"], "subnet_id": "subnet-f9fa55b9", "key_name": "prod-deploy-key" } } ] } ] }