{ "version": 4, "terraform_version": "1.8.3", "serial": 466, "lineage": "9ae7069d-d4db-b179-338c-9057750f9dc0", "outputs": { "db_endpoint": { "value": "db-2.us-east-1.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-2b9790dba9b67fe9d", "ami": "ami-8610457f", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-33a678b8"], "subnet_id": "subnet-f12811ff", "key_name": "prod-deploy-key" } } ] } ] }