{ "version": 4, "terraform_version": "1.8.8", "serial": 316, "lineage": "58924320-810b-3398-42c9-389b0c8ea6f3", "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-f87bb933e748328ff", "ami": "ami-bf8d52d2", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-3a3d581b"], "subnet_id": "subnet-762386e6", "key_name": "prod-deploy-key" } } ] } ] }