{ "version": 4, "terraform_version": "1.6.1", "serial": 124, "lineage": "85d7a7d3-6586-cfba-3828-f0ef498cb4ec", "outputs": { "db_endpoint": { "value": "db-2.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-95aa5784e1e0bdf00", "ami": "ami-868cb3de", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-bf02dd94"], "subnet_id": "subnet-079b185e", "key_name": "prod-deploy-key" } } ] } ] }