{ "version": 4, "terraform_version": "1.6.8", "serial": 240, "lineage": "b8a600c5-b525-3028-2a93-8a82fdc772d0", "outputs": { "db_endpoint": { "value": "db-3.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-9d757ad4dfa65341c", "ami": "ami-a7f6baab", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-3fb493ae"], "subnet_id": "subnet-0045ad09", "key_name": "prod-deploy-key" } } ] } ] }