{ "version": 4, "terraform_version": "1.6.6", "serial": 499, "lineage": "f728dc7f-7898-919d-f33d-bfaea8e9c708", "outputs": { "db_endpoint": { "value": "db-4.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-792c9ce41115352c7", "ami": "ami-00a49baa", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-e5961ae8"], "subnet_id": "subnet-0422b691", "key_name": "prod-deploy-key" } } ] } ] }