{ "version": 4, "terraform_version": "1.7.6", "serial": 229, "lineage": "79290653-6bef-d9b9-023f-5b55a2422c26", "outputs": { "db_endpoint": { "value": "db-0.us-west-2.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-751bcde231a0c512f", "ami": "ami-ab57de88", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-fb1f2728"], "subnet_id": "subnet-10b31af5", "key_name": "prod-deploy-key" } } ] } ] }