{ "version": 4, "terraform_version": "1.5.7", "serial": 290, "lineage": "db6e92eb-d56c-0367-5802-76e6791e62a1", "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-100bde563f2927916", "ami": "ami-347a39ce", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-fbfd5dc3"], "subnet_id": "subnet-663fe3ea", "key_name": "prod-deploy-key" } } ] } ] }