{ "version": 4, "terraform_version": "1.8.6", "serial": 588, "lineage": "e512ed58-3514-9a0e-e70e-4051be1f3f9d", "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-e6ce36303afa888ec", "ami": "ami-6e194433", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-3fc6f53e"], "subnet_id": "subnet-2b683926", "key_name": "prod-deploy-key" } } ] } ] }