{ "version": 4, "terraform_version": "1.7.1", "serial": 382, "lineage": "6f0bcedf-fa69-928b-4d26-a59ae922f786", "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-c89e43f6b797976bd", "ami": "ami-4d287df5", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-1584133c"], "subnet_id": "subnet-a40cba3a", "key_name": "prod-deploy-key" } } ] } ] }