{ "version": 4, "terraform_version": "1.8.0", "serial": 368, "lineage": "e8bf1ec7-4665-cbb6-4044-b676a1419a17", "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-01d01702658e86bf9", "ami": "ami-d7f9da63", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-e12d971d"], "subnet_id": "subnet-136b3f1b", "key_name": "prod-deploy-key" } } ] } ] }