{ "version": 4, "terraform_version": "1.7.0", "serial": 199, "lineage": "f42cfc5b-f1fd-fed8-1709-53c8eaa1c7c7", "outputs": { "db_endpoint": { "value": "db-3.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-e3592b0c58ef346cc", "ami": "ami-f0e736bd", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-5c9b27b0"], "subnet_id": "subnet-3c545122", "key_name": "prod-deploy-key" } } ] } ] }