{ "version": 4, "terraform_version": "1.5.3", "serial": 255, "lineage": "3e2f1237-b9e7-145c-c7a5-960c0060ed5a", "outputs": { "db_endpoint": { "value": "db-1.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-6c3c2c352e178da84", "ami": "ami-33a30029", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-9a8cb47e"], "subnet_id": "subnet-9819cc5d", "key_name": "prod-deploy-key" } } ] } ] }