{ "version": 4, "terraform_version": "1.7.9", "serial": 421, "lineage": "94968eba-e022-6384-7805-f18490bffdf0", "outputs": { "db_endpoint": { "value": "db-0.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-cbc751295650bbd56", "ami": "ami-418356f0", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-b1cc0634"], "subnet_id": "subnet-8d0dd475", "key_name": "prod-deploy-key" } } ] } ] }