{ "version": 4, "terraform_version": "1.5.2", "serial": 287, "lineage": "2c1cf8c0-2e78-b6f2-a946-29b05a1e90de", "outputs": { "db_endpoint": { "value": "db-4.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-78f45bef0df1a6816", "ami": "ami-1052546f", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-335c50eb"], "subnet_id": "subnet-44a6b1ae", "key_name": "prod-deploy-key" } } ] } ] }