{ "version": 4, "terraform_version": "1.6.0", "serial": 435, "lineage": "12c5a4e5-7604-aa92-d44d-3316636e5068", "outputs": { "db_endpoint": { "value": "db-2.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-e46d0afc2c87b4e17", "ami": "ami-ceb2fe6f", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-a64f002c"], "subnet_id": "subnet-f73b5ea7", "key_name": "prod-deploy-key" } } ] } ] }