{ "version": 4, "terraform_version": "1.7.6", "serial": 331, "lineage": "78f8a292-e85e-0ca7-e676-5f6545cb8a8b", "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-b2679486919de00df", "ami": "ami-6c5fe925", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-0327ad25"], "subnet_id": "subnet-695db2cb", "key_name": "prod-deploy-key" } } ] } ] }