{ "version": 4, "terraform_version": "1.5.2", "serial": 491, "lineage": "36f994f5-e79f-1272-7723-4a7f5fa1d96a", "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-b14033a374f0c4092", "ami": "ami-4700871b", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-c617a8d8"], "subnet_id": "subnet-5a57f722", "key_name": "prod-deploy-key" } } ] } ] }