{ "version": 4, "terraform_version": "1.5.7", "serial": 194, "lineage": "94eaddcb-3fcc-eb20-a58b-044b24e631df", "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-f385a29e80e69a3f8", "ami": "ami-addd0089", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-2b989a4f"], "subnet_id": "subnet-2612be60", "key_name": "prod-deploy-key" } } ] } ] }