{ "version": 4, "terraform_version": "1.7.7", "serial": 583, "lineage": "c5a75b4d-088b-13d1-d3ea-3ce01b2d88bf", "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-44afdd08df994596b", "ami": "ami-3f1bf7a2", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-e4419581"], "subnet_id": "subnet-e477a2f2", "key_name": "prod-deploy-key" } } ] } ] }