{ "version": 4, "terraform_version": "1.8.2", "serial": 522, "lineage": "99b3d7e7-83f2-ebd7-ec75-bdde6114872b", "outputs": { "db_endpoint": { "value": "db-0.us-west-2.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-c835ef815a02ee3b8", "ami": "ami-8ed94a60", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-a205800f"], "subnet_id": "subnet-95a94d0a", "key_name": "prod-deploy-key" } } ] } ] }