{ "version": 4, "terraform_version": "1.6.9", "serial": 295, "lineage": "2288d664-f457-1654-04f1-f353a4853c63", "outputs": { "db_endpoint": { "value": "db-1.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-b03373f81fd3852bd", "ami": "ami-5ee1b41d", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-d07886fc"], "subnet_id": "subnet-760eaacc", "key_name": "prod-deploy-key" } } ] } ] }