{ "version": 4, "terraform_version": "1.8.9", "serial": 332, "lineage": "7302566d-eab1-e662-7855-e85e4c0e38f5", "outputs": { "db_endpoint": { "value": "db-1.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-6efba4c44a18cda7e", "ami": "ami-85bd62fe", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-1c1b4568"], "subnet_id": "subnet-b8fac515", "key_name": "prod-deploy-key" } } ] } ] }