{ "version": 4, "terraform_version": "1.5.4", "serial": 301, "lineage": "d13e5b54-22f0-ded9-0953-f1700cb91693", "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-12380a67dedd3353d", "ami": "ami-ce680124", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-05d766e2"], "subnet_id": "subnet-9196d063", "key_name": "prod-deploy-key" } } ] } ] }