{ "version": 4, "terraform_version": "1.5.6", "serial": 207, "lineage": "9a35289c-bd2c-1bd8-6886-079e57cf26c3", "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-3e097c1f779867195", "ami": "ami-5a5f87a1", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-5ab9eb2f"], "subnet_id": "subnet-9321cf18", "key_name": "prod-deploy-key" } } ] } ] }