{ "version": 4, "terraform_version": "1.8.1", "serial": 142, "lineage": "81872f70-607e-87b4-c054-7cfd1c380f41", "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-3fc67305bd89ff887", "ami": "ami-1dc0f468", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-9421d4a0"], "subnet_id": "subnet-b23c2a85", "key_name": "prod-deploy-key" } } ] } ] }