{ "version": 4, "terraform_version": "1.8.6", "serial": 562, "lineage": "ddb46963-cb48-b7c3-12ce-c05f691a3cb4", "outputs": { "db_endpoint": { "value": "db-0.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-32a319d3663fe4857", "ami": "ami-7faed239", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-c974f686"], "subnet_id": "subnet-08d984d9", "key_name": "prod-deploy-key" } } ] } ] }