{ "version": 4, "terraform_version": "1.5.7", "serial": 441, "lineage": "af0d9a23-0414-b022-278e-fbc017644245", "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-fdce0016cf6782576", "ami": "ami-ae29d41a", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-d99792fe"], "subnet_id": "subnet-39460553", "key_name": "prod-deploy-key" } } ] } ] }