{ "version": 4, "terraform_version": "1.8.2", "serial": 196, "lineage": "ddeadad7-4b1f-565d-6988-9edfe392797e", "outputs": { "db_endpoint": { "value": "db-4.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-93eab6aec01c614aa", "ami": "ami-383a0c39", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-1fcabb22"], "subnet_id": "subnet-a5618f22", "key_name": "prod-deploy-key" } } ] } ] }