{ "version": 4, "terraform_version": "1.6.6", "serial": 120, "lineage": "b3b7e696-7b3a-9c9a-e8c3-c8603a90df30", "outputs": { "db_endpoint": { "value": "db-3.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-c3597d3e577473ec5", "ami": "ami-7273e4aa", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-03281e40"], "subnet_id": "subnet-b0e2e263", "key_name": "prod-deploy-key" } } ] } ] }