{ "version": 4, "terraform_version": "1.8.7", "serial": 299, "lineage": "7d216566-1bd5-9cb5-c5a2-90b80400a3bd", "outputs": { "db_endpoint": { "value": "db-1.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-3daaa02f9f7a6d3ce", "ami": "ami-dfbdb868", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-3a0dea25"], "subnet_id": "subnet-420478c0", "key_name": "prod-deploy-key" } } ] } ] }