{ "version": 4, "terraform_version": "1.8.6", "serial": 427, "lineage": "f9315652-4cce-ced2-6a04-deb345e2601f", "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-f675be09079bdc394", "ami": "ami-5e48be91", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-8fdc14df"], "subnet_id": "subnet-ebb6f525", "key_name": "prod-deploy-key" } } ] } ] }