{ "version": 4, "terraform_version": "1.8.6", "serial": 122, "lineage": "b5698db6-6e74-b649-ac12-daf67dfba92a", "outputs": { "db_endpoint": { "value": "db-2.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-1b98211ea5b63733d", "ami": "ami-7e466faa", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-cf2c07bc"], "subnet_id": "subnet-94ac3016", "key_name": "prod-deploy-key" } } ] } ] }