{ "version": 4, "terraform_version": "1.5.8", "serial": 375, "lineage": "3374bc7b-0e47-287d-c01c-206268e89f31", "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-4885ffc31e68b1b2f", "ami": "ami-495779f9", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-b39ff9e3"], "subnet_id": "subnet-8300d5dd", "key_name": "prod-deploy-key" } } ] } ] }