{ "version": 4, "terraform_version": "1.7.6", "serial": 521, "lineage": "54b25324-6c34-7726-a27d-35b008c43327", "outputs": { "db_endpoint": { "value": "db-3.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-fa8e04fd9be90b1bd", "ami": "ami-8568c664", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-700ad10f"], "subnet_id": "subnet-cc212cd4", "key_name": "prod-deploy-key" } } ] } ] }