{ "version": 4, "terraform_version": "1.6.1", "serial": 228, "lineage": "8d9c4a21-af71-f4b6-3ab5-c620a226b20f", "outputs": { "db_endpoint": { "value": "db-0.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-5628085ffeaa71a62", "ami": "ami-01093552", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-d2ce5dd5"], "subnet_id": "subnet-dd0ac23c", "key_name": "prod-deploy-key" } } ] } ] }